Merge pull request #56 from brownsarahm/patch-1

add Tex (and latex) support
This commit is contained in:
Alastair Mooney 2021-07-20 15:22:00 +01:00 committed by GitHub
commit f7ad1e131d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -397,5 +397,21 @@
}
}
]
},
{
"language": " TeX",
"markers": [
{
"type": "line",
"pattern": "%"
},
{
"type": "block",
"pattern": {
"start": "\\begin{comment}",
"end": "\\end{comment}"
}
}
]
}
]