mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-25 07:16:42 +00:00
Update syntax.json
Separate MDX from Markdown to correspond with languages.yml change
This commit is contained in:
16
syntax.json
16
syntax.json
@@ -429,6 +429,22 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"language": "MDX",
|
||||
"markers": [
|
||||
{
|
||||
"type": "block",
|
||||
"pattern": {
|
||||
"start": "{/\\*",
|
||||
"end": "\\*/}"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "line",
|
||||
"pattern": "- \\[ \\]"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"language": "RMarkdown",
|
||||
"markers": [
|
||||
|
||||
Reference in New Issue
Block a user