mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
[folding] regions for html. Fixes #39409
This commit is contained in:
@@ -67,6 +67,16 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"folding": {
|
||||
"markers": {
|
||||
"start": "^\\s*<!--\\s*#region\\b\\s*(.*?)-->/",
|
||||
"end": "^\\s*<!--\\s*#endregion\\b\\s*(.*?)-->/"
|
||||
}
|
||||
},
|
||||
"snippets": [{
|
||||
"language": "html",
|
||||
"path": "./snippets/html.snippets.json"
|
||||
}],
|
||||
"configuration": {
|
||||
"id": "html",
|
||||
"order": 20,
|
||||
|
||||
Reference in New Issue
Block a user