Files
test/frontend/static/languages/code_lua.json
Benjamin Falch 2bc741fb78
Some checks failed
Mark Stale PRs / stale (push) Has been cancelled
adding monkeytype
2026-04-23 13:53:44 +02:00

66 lines
867 B
JSON

{
"name": "code_lua",
"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",
"self",
"setfenv",
"setmetatable",
"tonumber",
"tostring",
"type",
"unpack",
"xpcall",
"bit32",
"coroutine",
"debug",
"math",
"os",
"string",
"table",
"utf8"
]
}