Add REM support

This commit is contained in:
MichielVanderlee 2017-10-25 12:19:21 -03:00 committed by GitHub
parent 60229757b5
commit b8721cbc96

View file

@ -21,8 +21,8 @@
],
"folding": {
"markers": {
"start": "^\\s*::#region",
"end": "^\\s*::#endregion"
"start": "^\\s*(::|REM)\\s*#region",
"end": "^\\s*(::|REM)\\s*#endregion"
}
}
}