Update syntax.json

This commit is contained in:
Alastair Mooney 2021-12-01 14:48:17 +00:00 committed by GitHub
parent 8faaaa60c0
commit 02e6a4e7b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -544,8 +544,8 @@
{ {
"type": "block", "type": "block",
"pattern": { "pattern": {
"start": "/*", "start": "/\\*",
"end": "*/" "end": "\\*/"
} }
} }
] ]