diff --git a/syntax.json b/syntax.json index 99ecf38..c21c9de 100644 --- a/syntax.json +++ b/syntax.json @@ -408,8 +408,8 @@ { "type": "block", "pattern": { - "start": "\begin{comment}", - "end": "\end{comment}" + "start": "\\begin{comment}", + "end": "\\end{comment}" } } ]