Skip to content

Commit

Permalink
Updated list of reserved keywords.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Dec 19, 2024
1 parent d774ab7 commit 0cd645a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/n8.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"keywords": {
"patterns": [{
"name": "keyword.control.n8",
"match": "\\b(while|loop|render|unless|nil|if|else|when|break|continue|random|func|ret|true|false|catch|handle|throw|maybe|then|type|use|test|val|parallel|wait)\\b"
"match": "\\b(break|catch|continue|delete|else|false|func|halt|handle|if|lock|loop|maybe|nil|parallel|random|render|ret|size|test|then|throw|true|type|unless|use|val|wait|when|while|with)\\b"
}]
},
"digits": {
Expand Down

0 comments on commit 0cd645a

Please sign in to comment.