mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-20 17:59:17 +00:00
Include < as surroundingPairs in JS
Fixes #136127 These are already listed in TS
This commit is contained in:
@@ -24,7 +24,8 @@
|
||||
["(", ")"],
|
||||
["'", "'"],
|
||||
["\"", "\""],
|
||||
["`", "`"]
|
||||
["`", "`"],
|
||||
["<", ">"]
|
||||
],
|
||||
"autoCloseBefore": ";:.,=}])>` \n\t",
|
||||
"folding": {
|
||||
|
||||
Reference in New Issue
Block a user