From: Smittyvb Date: Thu, 22 Apr 2021 19:57:30 +0000 (-0400) Subject: Support | as a surrounding pairs X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=c38e3e9ee991078163abf88f19a1d1438ba91ee3;p=rust.git Support | as a surrounding pairs --- diff --git a/editors/code/language-configuration.json b/editors/code/language-configuration.json index b20e0d978e9..382484bc744 100644 --- a/editors/code/language-configuration.json +++ b/editors/code/language-configuration.json @@ -23,7 +23,8 @@ ["(", ")"], ["<", ">"], ["\"", "\""], - ["'", "'"] + ["'", "'"], + ["|", "|"] ], "indentationRules": { "increaseIndentPattern": "^.*\\{[^}\"']*$|^.*\\([^\\)\"']*$",