Skip to content

Commit c18ee35

Browse files
authored
fix: remove pipe from surroundingPairs
Closes #11192
1 parent 8be2be8 commit c18ee35

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
@@ -28,8 +28,7 @@
2828
["(", ")"],
2929
["<", ">"],
3030
["\"", "\""],
31-
["'", "'"],
32-
["|", "|"]
31+
["'", "'"]
3332
],
3433
"indentationRules": {
3534
"increaseIndentPattern": "^.*\\{[^}\"']*$|^.*\\([^\\)\"']*$",

0 commit comments

Comments
 (0)