Skip to content

Commit

Permalink
Merge pull request #23 from Armitxes/development
Browse files Browse the repository at this point in the history
v1.0.6
  • Loading branch information
Armitxes authored Oct 22, 2018
2 parents 2cfd884 + b7da090 commit c1ebfa0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
17 changes: 16 additions & 1 deletion configs/sqf.configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,20 @@
["{", "}"],
["[", "]"],
["(", ")"]
],
"autoClosingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
{"open": "\"", "close": "\"", "notIn": ["string", "comment"]},
{"open": "'", "close": "'", "notIn": ["string", "comment"]},
{"open": "/**", "close": " */", "notIn": ["string"]}
],
"surroundingPairs": [
["(", ")"],
["[", "]"],
["`", "`"],
["\"", "\""],
["'", "'"]
]
}
}
Loading

0 comments on commit c1ebfa0

Please sign in to comment.