Include < as surroundingPairs in JS

Fixes #136127

These are already listed in TS
This commit is contained in:
Matt Bierner 2021-10-29 13:03:15 -07:00
parent 53ed98bb3f
commit ffd414feeb
No known key found for this signature in database
GPG key ID: 099C331567E11888

View file

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