Skip to content

Commit

Permalink
[ADD] #22 surroundingPairs and autoClosingPairs
Browse files Browse the repository at this point in the history
  • Loading branch information
Armitxes authored Oct 22, 2018
2 parents 68a5e3f + 18c8066 commit 5b602d5
Showing 1 changed file with 16 additions and 1 deletion.
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": [
["(", ")"],
["[", "]"],
["`", "`"],
["\"", "\""],
["'", "'"]
]
}
}

0 comments on commit 5b602d5

Please sign in to comment.