mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
shellscript: Add folding markers
This commit is contained in:
@@ -22,5 +22,11 @@
|
||||
["\"", "\""],
|
||||
["'", "'"],
|
||||
["`", "`"]
|
||||
]
|
||||
}
|
||||
],
|
||||
"folding": {
|
||||
"markers": {
|
||||
"start": "^\\s*#\\s*#?region\\b.*",
|
||||
"end": "^\\s*#\\s*#?endregion\\b.*"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user