update res/devtools/syntax/lua.toml

This commit is contained in:
MihailRis 2025-11-15 23:52:17 +03:00
parent ff079ef57b
commit 289c962df1

View File

@ -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"
]