tal/addon/TAL/config.json

15 lines
308 B
JSON
Raw Normal View History

2025-02-06 00:30:52 +00:00
{
"$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_config.schema.json",
"words": ["array%s*%{"],
"settings": {
"Lua.runtime.version" : "LuaJIT",
"Lua.diagnostics.globals" : [
"global1",
"global2"
],
"Lua.runtime.special" : {
"import" : "require"
}
}
}