feat: add mdx style comments

This commit is contained in:
Thomas F. K. Jorna
2022-05-17 10:39:21 +02:00
parent 355d677107
commit 679302c25a
5 changed files with 42 additions and 5 deletions

View File

@@ -365,6 +365,13 @@
"start": "<!--",
"end": "-->"
}
},
{
"type": "block",
"pattern": {
"start": "{/\\*",
"end": "\\*/}"
}
}
]
},
@@ -546,7 +553,7 @@
},
{
"language": "HCL",
"markers" : [
"markers": [
{
"type": "line",
"pattern": "#"
@@ -566,7 +573,7 @@
},
{
"language": "SCSS",
"markers" : [
"markers": [
{
"type": "line",
"pattern": "//"
@@ -578,11 +585,11 @@
"end": "\\*/"
}
}
]
]
},
{
"language": "Twig",
"markers" : [
"markers": [
{
"type": "block",
"pattern": {