Update syntax.json

Fix Markdown syntax as mentioned in #108
This commit is contained in:
Alastair Mooney 2022-02-22 17:08:34 +00:00 committed by GitHub
parent d9c37e1813
commit a131465a1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -362,7 +362,7 @@
{ {
"type": "block", "type": "block",
"pattern": { "pattern": {
"start": "<!---", "start": "<!--",
"end": "-->" "end": "-->"
} }
} }