mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 04:36:23 +00: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