Skip to content

Commit e73967c

Browse files
committed
foreach syntax highlighting
1 parent 5598e91 commit e73967c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

overwatch-script-to-workshop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "overwatch-script-to-workshop",
33
"displayName": "Overwatch Script To Workshop",
44
"description": "Autocomplete and syntax highlighting for Overwatch Script To Workshop",
5-
"version": "0.0.1",
5+
"version": "0.0.2",
66
"publisher": "Deltin",
77
"engines": {
88
"vscode": "^1.34.0"

overwatch-script-to-workshop/syntaxes/ostw.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
"keywords": {
3838
"name": "keyword.control",
39-
"match": "\\b(if|else|while|for|return|in|define|rule|true|false|usevar|method|playervar|globalvar|null)\\b"
39+
"match": "\\b(if|else|while|for|foreach|return|in|define|rule|true|false|usevar|method|playervar|globalvar|null)\\b"
4040
},
4141
"strings": {
4242
"name": "string.quoted.double",

0 commit comments

Comments
 (0)