Skip to content

Commit a57ea19

Browse files
Fix closing brackets not being identified
scala/scala3#4011
1 parent fea72cc commit a57ea19

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)