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