X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=editors%2Fcode%2Flanguage-configuration.json;h=cf7b20eb791db7beaa0e4df1d65b57b602be0797;hb=684fa2794f0c10280ff7b9fbcda73d5c7c1cf204;hp=382484bc744d9336c4915be87f4e497f0e568b44;hpb=e2b87735cc4b54ca530e7a99070da585d480b1c3;p=rust.git diff --git a/editors/code/language-configuration.json b/editors/code/language-configuration.json index 382484bc744..cf7b20eb791 100644 --- a/editors/code/language-configuration.json +++ b/editors/code/language-configuration.json @@ -6,9 +6,13 @@ "brackets": [ ["{", "}"], ["[", "]"], - ["(", ")"], - ["<", ">"] + ["(", ")"] ], + "colorizedBracketPairs": [ + ["{", "}"], + ["[", "]"], + ["(", ")"] + ], "autoClosingPairs": [ { "open": "{", "close": "}" }, { "open": "[", "close": "]" }, @@ -23,8 +27,7 @@ ["(", ")"], ["<", ">"], ["\"", "\""], - ["'", "'"], - ["|", "|"] + ["'", "'"] ], "indentationRules": { "increaseIndentPattern": "^.*\\{[^}\"']*$|^.*\\([^\\)\"']*$",