Support | as a surrounding pairs

This commit is contained in:
Smittyvb 2021-04-22 15:57:30 -04:00 committed by GitHub
parent 07fb65abb8
commit c38e3e9ee9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,8 @@
["(", ")"], ["(", ")"],
["<", ">"], ["<", ">"],
["\"", "\""], ["\"", "\""],
["'", "'"] ["'", "'"],
["|", "|"]
], ],
"indentationRules": { "indentationRules": {
"increaseIndentPattern": "^.*\\{[^}\"']*$|^.*\\([^\\)\"']*$", "increaseIndentPattern": "^.*\\{[^}\"']*$|^.*\\([^\\)\"']*$",