diff --git a/editors/code/language-configuration.json b/editors/code/language-configuration.json index b20e0d978e..382484bc74 100644 --- a/editors/code/language-configuration.json +++ b/editors/code/language-configuration.json @@ -23,7 +23,8 @@ ["(", ")"], ["<", ">"], ["\"", "\""], - ["'", "'"] + ["'", "'"], + ["|", "|"] ], "indentationRules": { "increaseIndentPattern": "^.*\\{[^}\"']*$|^.*\\([^\\)\"']*$",