tal/luals/TAL/config.json

16 lines
324 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",
2025-02-06 15:45:40 +00:00
"name": "TAL",
2025-02-06 00:30:52 +00:00
"words": ["array%s*%{"],
"settings": {
"Lua.runtime.version" : "LuaJIT",
"Lua.diagnostics.globals" : [
"global1",
"global2"
],
"Lua.runtime.special" : {
"import" : "require"
}
}
}