[powershell] autoclosing & surrounding pairs

This commit is contained in:
Martin Aeschlimann 2016-04-21 22:52:15 +02:00
parent 3728235632
commit dc169c447c

View file

@ -7,6 +7,20 @@
["{", "}"],
["[", "]"],
["(", ")"]
],
"autoClosingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
["\"", "\""],
["'", "'"]
],
"surroundingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
["\"", "\""],
["'", "'"]
]
// enhancedBrackets: [