TextMate-style syntax highlighting in PHP
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

25 lines
427 B

{
"key": "math-block",
"patterns": [
{
"name": "block.math.markup.md",
"begin": "(\\${2})",
"end": "(\\${2})(?:.*)",
"patterns": [
{
"include": "text.tex.latex"
}
],
"beginCaptures": {
"1": {
"name": "punctuation.md"
}
},
"endCaptures": {
"1": {
"name": "punctuation.md"
}
}
}
]
}