diff --git a/editors/code/language-configuration.json b/editors/code/language-configuration.json index 2d772952a81..cf7b20eb791 100644 --- a/editors/code/language-configuration.json +++ b/editors/code/language-configuration.json @@ -6,8 +6,7 @@ "brackets": [ ["{", "}"], ["[", "]"], - ["(", ")"], - ["<", ">"] + ["(", ")"] ], "colorizedBracketPairs": [ ["{", "}"],