Added fold markers for YAML.

This commit is contained in:
costincaraivan 2018-04-12 10:22:28 +02:00 committed by GitHub
parent a6216af388
commit b63306a425
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,6 +23,10 @@
],
"folding": {
"offSide": true
"markers": {
"start": "^\\s*#\\s*region\\b",
"end": "^\\s*#\\s*endregion\\b"
}
},
"indentationRules": {
"increaseIndentPattern": "^\\s*.*(:|-) ?(&\\w+)?(\\{[^}\"']*|\\([^)\"']*)?$",