Skip to content

Commit 4821223

Browse files
committed
Fix closing brackets not being identified
scala/scala3#4011
1 parent b1d10d6 commit 4821223

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

language-configuration.json

Lines changed: 1 addition & 4 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": [

0 commit comments

Comments
 (0)