Fixed vscode highlighting

This commit is contained in:
MCorange 2023-04-13 02:38:10 +03:00
parent c40934c052
commit b327756f4d
4 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -2,7 +2,7 @@
"name": "mclang",
"displayName": "mclang",
"description": "Code highlighting for mclang",
"version": "0.0.2",
"version": "0.0.3",
"repository": {
"type": "git",
"url": "git@github.com:mc-lang/mclang2.git"

View File

@ -112,7 +112,7 @@
]
},
"comments": {
"disabled__patterns": [
"patterns": [
{
"name": "constant.other.character-class.regexp",
"match": "(?://\\s*)(TODO(O*)|FIXME).*"