fix: remove angle brackets from language configuration
This commit is contained in:
parent
3bda70a232
commit
c1a28ccf8c
@ -6,8 +6,7 @@
|
|||||||
"brackets": [
|
"brackets": [
|
||||||
["{", "}"],
|
["{", "}"],
|
||||||
["[", "]"],
|
["[", "]"],
|
||||||
["(", ")"],
|
["(", ")"]
|
||||||
["<", ">"]
|
|
||||||
],
|
],
|
||||||
"colorizedBracketPairs": [
|
"colorizedBracketPairs": [
|
||||||
["{", "}"],
|
["{", "}"],
|
||||||
|
Loading…
Reference in New Issue
Block a user