[shaderlab] autoclosing & surrounding pairs

This commit is contained in:
Martin Aeschlimann 2016-04-21 22:58:58 +02:00
parent 33edcc4633
commit 0948230a26

View file

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