We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec0c967 commit 6f7829fCopy full SHA for 6f7829f
package.json
@@ -4,7 +4,7 @@
4
"description": "GZDoom's ZScript scripting language support for VSCode",
5
"publisher": "kaptainmicila",
6
"icon": "icons/GZDoom.png",
7
- "version": "1.5.0",
+ "version": "1.5.1",
8
"repository": {
9
"type": "git",
10
"url": "https://github.com/KaptainMicila/ZScript-VSCode.git"
syntaxes/zscript.tmLanguage.json
@@ -288,6 +288,21 @@
288
{
289
"name": "constant.enum.value.zscript",
290
"match": "\\b\\w+?\\b"
291
+ },
292
+ {
293
+ "include": "#punctuation"
294
295
296
+ "include": "#comments"
297
298
299
+ "include": "#keywords"
300
301
302
+ "include": "#strings"
303
304
305
+ "include": "#types"
306
}
307
]
308
0 commit comments