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

No start or end markers found #30

Closed AmjadHD closed 6 years ago

AmjadHD commented 6 years ago

Tried this on a javascript and php files but nothing happens. and this appears on the console:

SyntaxFold: No start markers or end markers found in file. Aborting request.

Although my file does contain start and end markers I didn't touch any setting the first time , then i separated javascript:

        {
            "scope": "source.js",
            "startMarker":"{region",
            "endMarker":"}endregion"
        }

but that didn't work as well. Am i missing something here or is it a bug ?