This commit is contained in:
Alex Dima 2019-08-08 11:06:24 +02:00
parent 31c73988b9
commit 3ffd892399

View file

@ -4,7 +4,6 @@
},
"brackets": [
["<!--", "-->"],
["<", ">"],
["{", "}"],
["(", ")"]
],
@ -20,4 +19,4 @@
{ "open": "\"", "close": "\"" },
{ "open": "<", "close": ">" }
]
}
}