Files
DeviceManager/static/languages/code_lua.json
2023-07-17 18:44:18 +02:00

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