mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-24 03:35:38 +00:00
[folding] add folding marker to API and schema
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
],
|
||||
"folding": {
|
||||
"markers": {
|
||||
"start": "^\\s*//\\s*#region",
|
||||
"end": "^\\s*//\\s*#endregion"
|
||||
"start": "^\\s*//\\s*#?region",
|
||||
"end": "^\\s*//\\s*#?endregion"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user