This commit is contained in:
Benjamin Pasero 2016-09-28 10:37:50 +02:00
parent e7376ad883
commit f6d0cc1645
2 changed files with 6 additions and 2 deletions

View file

@ -5,7 +5,9 @@
"brackets": [
["<!--", "-->"],
["<", ">"],
["{{", "}}"]
["{{", "}}"],
["{", "}"],
["(", ")"]
],
"autoClosingPairs": [
{ "open": "{", "close": "}"},

View file

@ -4,7 +4,9 @@
},
"brackets": [
["<!--", "-->"],
["<", ">"]
["<", ">"],
["{", "}"],
["(", ")"]
],
"autoClosingPairs": [
{ "open": "{", "close": "}"},