Skip to content

Commit

Permalink
Update syntax.json
Browse files Browse the repository at this point in the history
Separate MDX from Markdown to correspond with languages.yml change
  • Loading branch information
alstr authored Sep 7, 2023
1 parent 41e6824 commit b71583d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions syntax.json
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,22 @@
}
]
},
{
"language": "MDX",
"markers": [
{
"type": "block",
"pattern": {
"start": "{/\\*",
"end": "\\*/}"
}
},
{
"type": "line",
"pattern": "- \\[ \\]"
}
]
},
{
"language": "RMarkdown",
"markers": [
Expand Down

0 comments on commit b71583d

Please sign in to comment.