mirror of
https://github.com/omltcat/dcs-lua-definitions.git
synced 2025-11-10 15:48:52 +00:00
Initial commit
This commit is contained in:
21
config.json
Normal file
21
config.json
Normal 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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user