Fix CSS comment syntax as mentioned in #35

This commit is contained in:
alstr
2021-03-28 14:44:48 +01:00
parent 4a70582cd5
commit 48b6982095
5 changed files with 24 additions and 57 deletions

View File

@@ -222,8 +222,8 @@
{
"type": "block",
"pattern": {
"start": "<!--",
"end": "-->"
"start": "/\\*",
"end": "\\*/"
}
}
]