Skip to content

Commit c38e3e9

Browse files
authored
Support | as a surrounding pairs
1 parent 07fb65a commit c38e3e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

editors/code/language-configuration.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
["(", ")"],
2424
["<", ">"],
2525
["\"", "\""],
26-
["'", "'"]
26+
["'", "'"],
27+
["|", "|"]
2728
],
2829
"indentationRules": {
2930
"increaseIndentPattern": "^.*\\{[^}\"']*$|^.*\\([^\\)\"']*$",

0 commit comments

Comments
 (0)