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

View File

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