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

View File

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