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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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