X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=editors%2Fcode%2Flanguage-configuration.json;h=cf7b20eb791db7beaa0e4df1d65b57b602be0797;hb=684fa2794f0c10280ff7b9fbcda73d5c7c1cf204;hp=b20e0d978e9546b904909cd356170b2fd89f96ba;hpb=917d56273db8b117896c31a0766de6d8c0b5827b;p=rust.git diff --git a/editors/code/language-configuration.json b/editors/code/language-configuration.json index b20e0d978e9..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": "]" },