Skip to content

Commit

Permalink
Update extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
theace0296 committed Nov 14, 2021
1 parent 9e2f8a7 commit bb1b8bb
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,32 @@
"editor.defaultFormatter": "Smith.sqf-formatter"
},
"sqflint.warnings": false,
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": "variable.other",
"settings": {
"foreground": "#9cdcfe"
}
},
{
"scope": "variable.other.private",
"settings": {
"foreground": "#4fc1ff"
}
},
{
"scope": "meta.function-call",
"settings": {
"foreground": "#AB58C4"
}
},
{
"scope": "variable.other",
"settings": {
"foreground": "#dcdcaa",
}
}
]
}
}
Binary file added .vscode/sqf-2.0.4.vsix
Binary file not shown.
Binary file removed .vscode/sqflint-0.14.1.vsix
Binary file not shown.
Binary file added .vscode/sqflint-0.14.2.vsix
Binary file not shown.

0 comments on commit bb1b8bb

Please sign in to comment.