Skip to content

Commit ac8806d

Browse files
Merge #11310
11310: fix: remove pipe from surroundingPairs r=lnicola a=chrisprice Closes #11192 Co-authored-by: Chris Price <[email protected]>
2 parents 477b654 + c18ee35 commit ac8806d

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)