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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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