Skip to content

Commit

Permalink
Update keywords.
Browse files Browse the repository at this point in the history
  • Loading branch information
fubark committed Dec 8, 2023
1 parent f478c44 commit 0b68f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exts/vscode/syntaxes/cyber.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"keywords": {
"patterns": [{
"name": "keyword.control.cyber",
"match": "\\b(import|if|then|else|and|or|not|try|catch|for|while|each|break|return|as|var|func|object|is|coinit|coresume|coyield|capture|static|export|pass)\\b"
"match": "\\b(import|if|then|else|and|or|not|try|catch|for|while|break|return|as|var|func|object|my|coinit|coresume|coyield|pass|type|continue)\\b"
}]
},
"strings": {
Expand Down

0 comments on commit 0b68f7c

Please sign in to comment.