Skip to content

Commit f6d0cc1

Browse files
author
Benjamin Pasero
committed
1 parent e7376ad commit f6d0cc1

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

extensions/handlebars/language-configuration.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"brackets": [
66
["<!--", "-->"],
77
["<", ">"],
8-
["{{", "}}"]
8+
["{{", "}}"],
9+
["{", "}"],
10+
["(", ")"]
911
],
1012
"autoClosingPairs": [
1113
{ "open": "{", "close": "}"},

extensions/html/language-configuration.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
},
55
"brackets": [
66
["<!--", "-->"],
7-
["<", ">"]
7+
["<", ">"],
8+
["{", "}"],
9+
["(", ")"]
810
],
911
"autoClosingPairs": [
1012
{ "open": "{", "close": "}"},

0 commit comments

Comments
 (0)