13 lines
253 B
JSON
Raw Normal View History

2025-04-07 01:41:12 +00:00
{
"Lua.runtime.nonstandardSymbol": ["/**/", "`", "+=", "-=", "*=", "/="],
"Lua.runtime.version": "Lua 5.4",
"Lua.diagnostics.globals": [
"lib",
"cache",
"locale",
"MySQL",
"QBX",
"qbx"
]
}