Skip to content

Commit c1a28cc

Browse files
author
Jonas Schievink
committed
fix: remove angle brackets from language configuration
1 parent 3bda70a commit c1a28cc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

editors/code/language-configuration.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"brackets": [
77
["{", "}"],
88
["[", "]"],
9-
["(", ")"],
10-
["<", ">"]
9+
["(", ")"]
1110
],
1211
"colorizedBracketPairs": [
1312
["{", "}"],

0 commit comments

Comments
 (0)