From c38e3e9ee991078163abf88f19a1d1438ba91ee3 Mon Sep 17 00:00:00 2001 From: Smittyvb Date: Thu, 22 Apr 2021 15:57:30 -0400 Subject: Support | as a surrounding pairs --- editors/code/language-configuration.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'editors') diff --git a/editors/code/language-configuration.json b/editors/code/language-configuration.json index b20e0d978..382484bc7 100644 --- a/editors/code/language-configuration.json +++ b/editors/code/language-configuration.json @@ -23,7 +23,8 @@ ["(", ")"], ["<", ">"], ["\"", "\""], - ["'", "'"] + ["'", "'"], + ["|", "|"] ], "indentationRules": { "increaseIndentPattern": "^.*\\{[^}\"']*$|^.*\\([^\\)\"']*$", -- cgit v1.2.3