jamalsenouci / sublimetext-syntaxfold

Sublime Text Plugin that provides a configurable command and popup for folding code based on syntax
MIT License
40 stars 6 forks source link

Fold to end of file #21

Closed Adarma closed 7 years ago

Adarma commented 7 years ago

Is it possible to fold from a startMarker to the end of the file? eg. With "startMarker" = "##" and no "endMarker" defined:

## Section 1
This is foldable
## Section 2
This is not foldable

Thanks for the plugin.

jamalsenouci commented 7 years ago

It should be a pretty easy fix, I'll be able to do this today

Adarma commented 7 years ago

Thanks. Works well