Skip to content

Commit

Permalink
make item, other, victim constants and upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
kirides committed Dec 30, 2020
1 parent 95bad89 commit 2088f35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"ia32"
],
"license": "MIT",
"version": "0.0.11",
"version": "0.0.12",
"engines": {
"vscode": ">=1.50.0"
},
Expand Down
4 changes: 2 additions & 2 deletions syntaxes/daedalus.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"name": "constant.numeric"
},
"constant-lang": {
"match": "\\b(?:null|self|hero)\\b",
"match": "\\b(?:null|self|hero|item|other|victim)\\b",
"name": "constant.language"
},
"comment": {
Expand All @@ -64,7 +64,7 @@
"name": "comment"
},
"keyword": {
"match": "(?i)\\b(?:class|const|float|funcref|func|instance|int|other|prototype|return|string|this|var|void|while|continue|end|break)\\b",
"match": "(?i)\\b(?:class|const|float|funcref|func|instance|int|prototype|return|string|this|var|void|while|continue|end|break)\\b",
"name": "keyword.control"
},
"classes": {
Expand Down

0 comments on commit 2088f35

Please sign in to comment.