[clojure] autoclosing & surrounding pairs

This commit is contained in:
Martin Aeschlimann 2016-04-21 22:23:08 +02:00
parent 9150500aee
commit bef54eedb4

View file

@ -6,5 +6,17 @@
["{", "}"],
["[", "]"],
["(", ")"]
],
"autoClosingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
["\"", "\""]
],
"surroundingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
["\"", "\""]
]
}