Add Region folding for bat

This commit is contained in:
MichielVanderlee 2017-10-25 12:13:52 -03:00 committed by GitHub
parent c91470629f
commit 60229757b5

View file

@ -18,5 +18,11 @@
["[", "]"],
["(", ")"],
["\"", "\""]
]
}
],
"folding": {
"markers": {
"start": "^\\s*::#region",
"end": "^\\s*::#endregion"
}
}
}