diff --git a/syntax.json b/syntax.json index 8c05578..99ecf38 100644 --- a/syntax.json +++ b/syntax.json @@ -397,5 +397,21 @@ } } ] + }, + { + "language": " TeX", + "markers": [ + { + "type": "line", + "pattern": "%" + }, + { + "type": "block", + "pattern": { + "start": "\begin{comment}", + "end": "\end{comment}" + } + } + ] } ]