Initial commit

This commit is contained in:
omltcat
2024-05-05 03:10:40 -04:00
commit 89e8f40db9
25 changed files with 1845 additions and 0 deletions

21
config.json Normal file
View File

@@ -0,0 +1,21 @@
{
"$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_config.schema.json",
"name": "DCS World",
"words": [
"Unit%.getByName",
"Group%.getByName",
"trigger%.action%."
],
"files": [
"mist_.+%.lua",
".+%.miz"
],
"settings": {
"Lua.diagnostics.globals" : [
"lfs",
"io",
"os",
"mist"
]
}
}