Unnamed repository; edit this file 'description' to name the repository.
fix: remove angle brackets from language configuration
Jonas Schievink 2022-04-20
parent 3bda70a · commit c1a28cc
-rw-r--r--editors/code/language-configuration.json3
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": [
["{", "}"],