shellscript: Add folding markers

This commit is contained in:
Jakub Čábera
2019-06-20 11:13:15 +02:00
committed by GitHub
parent 0361e05041
commit e82130da4b

View File

@@ -22,5 +22,11 @@
["\"", "\""],
["'", "'"],
["`", "`"]
]
}
],
"folding": {
"markers": {
"start": "^\\s*#\\s*#?region\\b.*",
"end": "^\\s*#\\s*#?endregion\\b.*"
}
}
}