From 0cd645a2cf915967ba9f8a6b8b9d47015581e6b5 Mon Sep 17 00:00:00 2001 From: Nathanne Isip Date: Thu, 19 Dec 2024 21:31:22 +0800 Subject: [PATCH] Updated list of reserved keywords. --- syntaxes/n8.tmLanguage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntaxes/n8.tmLanguage.json b/syntaxes/n8.tmLanguage.json index 6c9d36e..bf2b544 100755 --- a/syntaxes/n8.tmLanguage.json +++ b/syntaxes/n8.tmLanguage.json @@ -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": {