mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
[folding] add java folding regions
This commit is contained in:
@@ -23,5 +23,11 @@
|
||||
["\"", "\""],
|
||||
["'", "'"],
|
||||
["<", ">"]
|
||||
]
|
||||
],
|
||||
"folding": {
|
||||
"markers": {
|
||||
"start": "^\\s*//\\s*(#?region\\b)|(<editor-fold\\b)",
|
||||
"end": "^\\s*//\\s*(#?endregion\\b)|(</editor-fold>)"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user