* Refactored Mission classes to add Missions other than trigger zone missions. (eg. Runway Strikes, Resupply etc.) * Runway strike initial POC Co-authored-by: dutchie032 <dutchie032>
19 lines
436 B
JSON
19 lines
436 B
JSON
{
|
|
"cSpell.words": [
|
|
"farp",
|
|
"Sams",
|
|
"SEAD"
|
|
],
|
|
"Lua.diagnostics.globals": [
|
|
"lfs"
|
|
],
|
|
"maptz.regionfolder": {
|
|
"[lua]" : {
|
|
"foldEnd": "--endregion",
|
|
"foldEndRegex": "[\\s]*--endregion",
|
|
"foldStart": "--region [NAME]",
|
|
"foldStartRegex": "[\\s]*--region[\\s]*(.*)",
|
|
"disableFolding": false
|
|
}
|
|
}
|
|
} |