Hello,
Excuse my newbie question but I am trying to do custom folding in the language that I am working on and can't figure out how.
Comments in this language start and end with { comment..... } Anything else is compilable.
Is there a way to specify something like
{Start of code block}
code
.
.
.
.
{/End of code block}
Thanks
John