mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-17 07:22:50 +00:00
68 lines
880 B
JSON
68 lines
880 B
JSON
{
|
|
"name": "code_lua",
|
|
"leftToRight": true,
|
|
"noLazyMode": true,
|
|
"words": [
|
|
"and",
|
|
"break",
|
|
"do",
|
|
"else",
|
|
"elseif",
|
|
"end",
|
|
"false",
|
|
"for",
|
|
"function",
|
|
"if",
|
|
"in",
|
|
"local",
|
|
"nil",
|
|
"not",
|
|
"or",
|
|
"repeat",
|
|
"return",
|
|
"then",
|
|
"true",
|
|
"until",
|
|
"while",
|
|
|
|
"assert",
|
|
"collectgarbage",
|
|
"dofile",
|
|
"error",
|
|
"gcinfo",
|
|
"getfenv",
|
|
"getmetatable",
|
|
"ipairs",
|
|
"load",
|
|
"loadfile",
|
|
"loadstring",
|
|
"newproxy",
|
|
"next",
|
|
"pairs",
|
|
"pcall",
|
|
"print",
|
|
"rawequal",
|
|
"rawget",
|
|
"rawlen",
|
|
"rawset",
|
|
"require",
|
|
"select",
|
|
"setfenv",
|
|
"setmetatable",
|
|
"tonumber",
|
|
"tostring",
|
|
"type",
|
|
"unpack",
|
|
"xpcall",
|
|
|
|
"bit32",
|
|
"coroutine",
|
|
"debug",
|
|
"math",
|
|
"os",
|
|
"string",
|
|
"table",
|
|
"utf8"
|
|
]
|
|
}
|