sublimetext-syntaxfold icon indicating copy to clipboard operation
sublimetext-syntaxfold copied to clipboard

Cannot use these characters as start/end markers.

Open Unknow0059 opened this issue 6 years ago • 2 comments

I can not use "[" and "]" as start and end regions for folding areas.

SyntaxFold settings: { "scope": "text.plain", "startMarker":"[", "endMarker":"]" }

I can use <>, {}, but not [], and also not (). I'd like to know why this is the case.

In the *--#[ and *--#] region markers not working issue, it's said that special characters must be escaped, however, when i do so, the console shows me the following: error: Error trying to parse settings: Invalid escape in Packages\User\syntax_fold.sublime-settings:25:27

Unknow0059 avatar Dec 05 '18 02:12 Unknow0059

Same problem here, it's important for me to have "(" and ")" as a marker, I'm trying to find a solution but without success for now

assombrance avatar Jul 11 '19 10:07 assombrance

Same problem here. Can't use ( or )

SandbergSan avatar Aug 12 '20 11:08 SandbergSan