Auto close <> in js/ts

Fixes #62864
This commit is contained in:
Matt Bierner 2018-11-12 11:23:08 -08:00
parent fedb338222
commit 30fb7804c9

View file

@ -23,7 +23,8 @@
["(", ")"],
["'", "'"],
["\"", "\""],
["`", "`"]
["`", "`"],
["<", ">"],
],
"autoCloseBefore": ";:.,=}])>` \n\t",
"folding": {