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

CSS regions #12

Closed skorenb closed 8 years ago

skorenb commented 8 years ago

how can i fold region with "startMarker": "/*region*/" and "endMarker": "/*endregion*/" Is this possible at all? because i can't make this working :(

jamalsenouci commented 8 years ago

Hi, as the asterisk is a special character then you have to escape it. See this issue https://github.com/jamalsenouci/sublimetext-syntaxfold/issues/11