diff --git a/editors/code/language-configuration.json b/editors/code/language-configuration.json index 382484bc74..855b9966bb 100644 --- a/editors/code/language-configuration.json +++ b/editors/code/language-configuration.json @@ -9,6 +9,11 @@ ["(", ")"], ["<", ">"] ], + "colorizedBracketPairs": [ + ["{", "}"], + ["[", "]"], + ["(", ")"] + ], "autoClosingPairs": [ { "open": "{", "close": "}" }, { "open": "[", "close": "]" },