[ini] autoclosing & surrounding pairs

This commit is contained in:
Martin Aeschlimann 2016-04-21 22:37:38 +02:00
parent 2f0b905b79
commit f7b6c50c6b

View File

@ -7,5 +7,19 @@
["{", "}"],
["[", "]"],
["(", ")"]
],
"autoClosingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
["\"", "\""],
["'", "'"]
],
"surroundingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
["\"", "\""],
["'", "'"]
]
}