Add support for angle bracket matching and colorization in Typescript

This commit is contained in:
Bryan Lee
2022-06-10 17:10:07 +08:00
parent 16f24e23e4
commit fac840f22c
2 changed files with 31 additions and 0 deletions

View File

@@ -99,6 +99,24 @@
">"
]
],
"colorizedBracketPairs": [
[
"(",
")"
],
[
"[",
"]"
],
[
"{",
"}"
],
[
"<",
">"
]
],
"autoCloseBefore": ";:.,=}])>` \n\t",
"folding": {
"markers": {