add Tex (and latex) support

This commit is contained in:
Sarah Brown
2021-07-19 07:21:40 -04:00
committed by GitHub
parent bf00077ed8
commit c78e2ae488

View File

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