Skip to content

Commit

Permalink
v0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Armitxes committed Dec 3, 2016
1 parent de7b099 commit cb1a2a0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "SQF Language",
"description": "Full SQF Language support for VS Code.",
"icon": "img/logo.svg",
"version": "0.5.6",
"version": "0.5.8",
"publisher": "Armitxes",
"galleryBanner": {
"color": "#647e99",
Expand All @@ -14,7 +14,8 @@
"url": "https://github.com/Armitxes/VSCode_SQF/issues",
"email": "[email protected]"
},
"homepage": "https://forums.bistudio.com/topic/182917-vs-code-sqf-visual-studio-code-sqf-language-release-arma-3-arma-2/",
"homepage": "https://armitxes.net/Projects/VSCodeSQF/",
"BI Forum": "https://forums.bistudio.com/topic/182917-vs-code-sqf-visual-studio-code-sqf-language-release-arma-3-arma-2/",
"repository": {
"type": "git",
"url": "https://github.com/Armitxes/VSCode_SQF.git"
Expand Down
14 changes: 12 additions & 2 deletions syntaxes/sqf.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,14 @@
"match": "\\s*(?i)(addOwnedMine|addPlayerScores|BIS fnc isThrowable|canVehicleCargo|createMPCampaignDisplay|ctrlSetAngle|ctrlSetFontHeightSecondary|ctrlSetFontSecondary|enableAimPrecision|enableVehicleCargo|flyInHeightASL|forcedMap|getAimingCoef|getAllOwnedMines|getCustomAimingCoef|getMissionDLCs|getShotParents|getVehicleCargo|getWeaponSway|isVehicleCargo|missionDifficulty|modParams|openDLCPage|pixelGridBase|pixelGridNoUIScale|registerRemoteExecFunc|removeAllOwnedMines|removeOwnedMine|setVehicleCargo|tvSetPictureColorDisabled|tvSetPictureColorSelected|tvSetPictureRight|tvSetPictureRightColor|tvSetPictureRightColorDisabled|tvSetPictureRightColorSelected|vehicleCargoEnabled|useAISteeringComponent)\\b",
"name": "entity.name.function.sqf"
},
"ArmA3_1-64_1-66": {
"match": "\\s*(?i)(getPilotCameraDirection|getPilotCameraPosition|getPilotCameraRotation|getPilotCameraTarget|hasPilotCamera|setPilotCameraDirection|setPilotCameraRotation|setPilotCameraTarget|inAreaArray|selectMax|selectMin|toFixed)\\b",
"name": "entity.name.function.sqf"
},
"ArmA3_dev": {
"match": "\\s*(?i)(actionIDs|actionParams|allCutLayers|diag_activeScripts|diag_drawMode|diag_list|diag_mergeConfigFile|diag_recordTurretLimits|enableAudioFeature|getAllEnvSoundControllers|getAllSoundControllers|getEnvSoundController|getSoundController|getSoundControllerResult|isMultiplayerSolo|isRemoteExecuted|isRemoteExecutedJIP|setShotParents|unitAimPosition|unitAimPositionVisual|unitIsUAV|visibleScoretable)\\b",
"name": "entity.name.function.sqf"
},
"expression": {
"name": "meta.expression.sqf",
"patterns": [
Expand Down Expand Up @@ -188,7 +196,9 @@
{ "include": "#ArmA3_1-56" },
{ "include": "#ArmA3_1-58" },
{ "include": "#ArmA3_1-60" },
{ "include": "#ArmA3_1-62" }
{ "include": "#ArmA3_1-62" },
{ "include": "#ArmA3_1-64_1-66" },
{ "include": "#ArmA3_dev" }
]
},
"declaration": {
Expand Down Expand Up @@ -391,7 +401,7 @@
]
},
"reserved-literal": {
"match": "(this|_this|_x|_forEachIndex|_exception|_thisScript|_thisFSM|thisList|thisTrigger)",
"match": "\\s*(?i)(this|_this|_x|_forEachIndex|_exception|_thisScript|_thisFSM|thisList|thisTrigger)\\b",
"name": "variable.language.reserved.sqf"
},
"type": {
Expand Down

0 comments on commit cb1a2a0

Please sign in to comment.