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

84 lines
1.1 KiB
JSON

{
"name": "code_luau",
"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",
"export",
"typeof",
"continue",
"assert",
"collectgarbage",
"error",
"gcinfo",
"getfenv",
"getmetatable",
"ipairs",
"loadstring",
"newproxy",
"next",
"pairs",
"pcall",
"print",
"rawequal",
"rawget",
"rawset",
"require",
"select",
"setfenv",
"setmetatable",
"tonumber",
"tostring",
"type",
"unpack",
"xpcall",
"wait",
"delay",
"elapsedTime",
"debuggermanager",
"pluginmanager",
"printidentity",
"settings",
"spawn",
"stats",
"tick",
"time",
"usersettings",
"version",
"warn",
"bit32",
"coroutine",
"debug",
"math",
"os",
"string",
"table",
"task",
"utf8"
]
}