From 289c962df1cf9066299db65e1148b201afcc459f Mon Sep 17 00:00:00 2001 From: MihailRis Date: Sat, 15 Nov 2025 23:52:17 +0300 Subject: [PATCH] update res/devtools/syntax/lua.toml --- res/devtools/syntax/lua.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/devtools/syntax/lua.toml b/res/devtools/syntax/lua.toml index cbccce75..d2469d2f 100644 --- a/res/devtools/syntax/lua.toml +++ b/res/devtools/syntax/lua.toml @@ -8,5 +8,5 @@ multiline-string-end = "]]" keywords = [ "and", "break", "do", "else", "elseif", "end", "false", "for", "function", "if", "in", "local", "nil", "not", "or", "repeat", "return", "then", "true", - "until", "while" + "until", "while", "self", "error" ]