Update syntax.json

Separate MDX from Markdown to correspond with languages.yml change
This commit is contained in:
Alastair Mooney 2023-09-07 13:51:46 +01:00 committed by GitHub
parent 41e6824d61
commit b71583deb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -429,6 +429,22 @@
} }
] ]
}, },
{
"language": "MDX",
"markers": [
{
"type": "block",
"pattern": {
"start": "{/\\*",
"end": "\\*/}"
}
},
{
"type": "line",
"pattern": "- \\[ \\]"
}
]
},
{ {
"language": "RMarkdown", "language": "RMarkdown",
"markers": [ "markers": [