Skip to content

Commit aac2b8e

Browse files
authored
Merge pull request #7 from nicolasstucki/patch-1
Fix closing brackets not being identified
2 parents fea72cc + a57ea19 commit aac2b8e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

language-configuration.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@
99
"brackets": [
1010
["{", "}"],
1111
["[", "]"],
12-
["(", ")"],
13-
["'{", "}"],
14-
["'[", "]"],
15-
["'(", ")"]
12+
["(", ")"]
1613
],
1714
// symbols that are auto closed when typing
1815
"autoClosingPairs": [
@@ -30,4 +27,4 @@
3027
["\"", "\""],
3128
["'", "'"]
3229
]
33-
}
30+
}

0 commit comments

Comments
 (0)