mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
Enable folding in standalone editor
This commit is contained in:
@@ -70,12 +70,6 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"folding": {
|
||||
"markers": {
|
||||
"start": "^\\s*<!--\\s*#region\\b\\s*(.*?)-->/",
|
||||
"end": "^\\s*<!--\\s*#endregion\\b\\s*(.*?)-->/"
|
||||
}
|
||||
},
|
||||
"snippets": [
|
||||
{
|
||||
"language": "html",
|
||||
|
||||
Reference in New Issue
Block a user