Update syntax.json

Co-authored-by: Sarah Brown <brownsarahm@uri.edu>
This commit is contained in:
Alastair Mooney
2021-07-20 15:20:20 +01:00
committed by GitHub
parent c78e2ae488
commit 2a463740c5

View File

@@ -408,8 +408,8 @@
{ {
"type": "block", "type": "block",
"pattern": { "pattern": {
"start": "\begin{comment}", "start": "\\begin{comment}",
"end": "\end{comment}" "end": "\\end{comment}"
} }
} }
] ]