[sql] autoclosing & surrounding pairs

This commit is contained in:
Martin Aeschlimann 2016-04-21 23:03:32 +02:00
parent 15d468af0f
commit 630be96071

View file

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