mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-04 20:57:49 +00:00
ye
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user