- Added support for folding based on startMarker only, the code will fold to the next startMarker or to the end of the document if there is none
- fixed bug in setting package path for linux and mac (credit: mfkddcwy)
- Active fold start and end markers are now selected by source syntax of the current file. These changes break compatability with the settings file of the previous versions. The user settings file must be updated. See default settings or README.md for details.
- Added folding support to files containing
text
in their scope name, allowing HTML files to be folded (text.html.basic
scope).
- Modified the current region folding commands (fold and unfold) in order to toggle-fold in a single command. Edited the settings in order to use the same markers for folding in other languages (reduced the example in README.md).
- fixed issue 40 (#40)
- fixed issue #43 (#43)
- commands have been prefixed with syntaxfold_