mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 08:53:57 +00:00
Merge pull request #35919 from pr-yemibedu/master
expand editor code region styles - fsharp
This commit is contained in:
commit
24d7998be7
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@
|
|||
"folding": {
|
||||
"offSide": true,
|
||||
"markers": {
|
||||
"start": "^\\s*//#region",
|
||||
"end": "^\\s*//#endregion"
|
||||
"start": "^\\s*//\\s*#region|^\\s*\\(\\*\\s*#region(.*)\\*\\)",
|
||||
"end": "^\\s*//\\s*#endregion|^\\s*\\(\\*\\s*#endregion\\s*\\*\\)"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue