mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 05:23:24 +00:00
Auto merge of #14090 - MariaSolOs:regions, r=Veykril
Unify language configuration folding markers with server behaviour Fixes #14089.
This commit is contained in:
commit
14ad6087c5
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@
|
|||
},
|
||||
"folding": {
|
||||
"markers": {
|
||||
"start": "^\\s*//\\s*#?region\\b",
|
||||
"end": "^\\s*//\\s*#?endregion\\b"
|
||||
"start": "^\\s*// region:\\b",
|
||||
"end": "^\\s*// endregion\\b"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue