Closed benruijl closed 9 years ago
Hi,
This is happening because your markers contain special characters so you need to escape them if you use the following code then it should fold as expected:
{
"endMarker": "\--#\]",
"name": "test",
"startMarker": "\--#\["
}
Thanks. This fixes it!
When I define the following region
I cannot fold.