Skip to content

Commit

Permalink
Fix syntax highlight issue for step
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Jan 13, 2022
1 parent 77d5d70 commit 95409a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/brightscript.tmLanguage.json
Expand Up @@ -452,7 +452,7 @@
"match": "(?i:[^\\.\\w\\\"](then|stop|run|end|each|next|throw)(?!(\\s*:)|[\\d\\w_]))"
},
"program_statements": {
"match": "(?i:(?<!\\.)(if|else\\s*if|else|print|library|while|for\\s+each|for|end\\s*for|exit\\s+for|end\\s*while|exit\\s*while|end\\s*if|to|step|in|goto|rem|as)\\b)",
"match": "(?i:(?<!\\.)\\b(if|else\\s*if|else|print|library|while|for\\s+each|for|end\\s*for|exit\\s+for|end\\s*while|exit\\s*while|end\\s*if|to|step|in|goto|rem|as)\\b)",
"name": "keyword.control.brs"
},
"try_catch": {
Expand Down

0 comments on commit 95409a6

Please sign in to comment.