[objectivec] autoclosing & surrounding pairs

This commit is contained in:
Martin Aeschlimann 2016-04-21 22:47:17 +02:00
parent 1bf4f32681
commit 17ddef1796

View file

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