Bracket matching in syntax highlighting
Submitted by Wednesday, 12 January, 2005 - 01:31
on
Hi,
To support Ruby features of code-within-strings, will it be possible to have bracket matching in the syntax highlighting?
e.g.
there's no problem with:
"some text #{ embedded code evaled to string}"
but this will confuse the parser:
"some text #{ "#{code in string within code}" if condition }"
the parser will terminate the first opening bracket with the first closing one, regardless of the nested scope.
Cheers and thanks for a great editor,
Assaph
To support Ruby features of code-within-strings, will it be possible to have bracket matching in the syntax highlighting?
e.g.
there's no problem with:
"some text #{ embedded code evaled to string}"
but this will confuse the parser:
"some text #{ "#{code in string within code}" if condition }"
the parser will terminate the first opening bracket with the first closing one, regardless of the nested scope.
Cheers and thanks for a great editor,
Assaph