mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-21 10:17:25 +00:00
[folding] fold regions, initial, preconfigured support. For #12146
This commit is contained in:
@@ -24,5 +24,11 @@
|
||||
["'", "'"],
|
||||
["\"", "\""],
|
||||
["`", "`"]
|
||||
]
|
||||
],
|
||||
"folding": {
|
||||
"markers": {
|
||||
"start": "^\\s*//\\s*#region",
|
||||
"end": "^\\s*//\\s*#endregion"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user