Syntax highlight goes wrong with code folding.

Syntax highlight goes wrong with code folding.
Syntax highlighting does indeed go off on the folded line. We'll see if we can enhance this.

I have an other question about code folding. I have an if-elsif-else-end if strucure. When I close the "if" part, the whole "if-elsif-else-end if" code is closed. Can it be parametrized, to close and open the "if-else" parts separately?
I have added this to the list of enhancement requests.
 
"Syntax highlighting does indeed go off on the folded line. We'll see if we can enhance this."

Ok, but looks like, that the whole line is full of reserved words, because the first character's syntax highlight is used in that line, instead of turning off syntax highlight, and drawing all text black.

 
Back
Top