mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 13:36:27 -05:00
Add special case for js(x) template strings
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
["\"", "\""],
|
||||
["`", "`"]
|
||||
],
|
||||
"autoCloseBefore": ";:.,=}])>` \n\t",
|
||||
"folding": {
|
||||
"markers": {
|
||||
"start": "^\\s*//\\s*#?region\\b",
|
||||
|
||||
Reference in New Issue
Block a user