This commit is contained in:
watrabi
2025-12-18 16:59:29 -05:00
parent c93494f795
commit ff95483b22
54 changed files with 60469 additions and 509 deletions
+2 -2
View File
@@ -83,11 +83,11 @@ void ScriptSyntaxHighlighter::initData()
<< "_ALERT" << "_ERRORMESSAGE" << "_INPUT" << "_PROMPT"
<< "_OUTPUT _STDERR" << "_STDIN" << "_STDOUT" << "call"
<< "dostring" << "foreach" << "foreachi" << "getn"
<< "globals" << "newtype" << "rawget" << "rawset"
<< "globals" << "newtype" << "rawset"
<< "require" << "sort" << "tinsert" << "tremove"
<< "_G" << "getfenv" << "getmetatable" << "ipairs"
<< "loadlib" << "next" << "pairs" << "pcall" << "rawegal"
<< "rawget" << "rawset" << "require" << "setfenv"
<< "rawset" << "require" << "setfenv"
<< "setmetatable" << "xpcall" << "string" << "table"
<< "math" << "coroutine" << "io" << "os" << "debug"
<< "abs" << "acos" << "asin" << "atan" << "atan2"