Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/language-configuration.json')
| -rw-r--r-- | editors/code/language-configuration.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/code/language-configuration.json b/editors/code/language-configuration.json index 2d772952a8..cf7b20eb79 100644 --- a/editors/code/language-configuration.json +++ b/editors/code/language-configuration.json @@ -6,8 +6,7 @@ "brackets": [ ["{", "}"], ["[", "]"], - ["(", ")"], - ["<", ">"] + ["(", ")"] ], "colorizedBracketPairs": [ ["{", "}"], |