Hi all
Is it possible to REALLY define a (one line) comment-highlighting (comment sign is #) ?
example 1: highlighted ok
#this comment is fully highlighted ok
example 2: highlights from # on to the right ((
if $(#) > 0 then ......
I saw a workaround of using "** # " (without quotes) in te methods section, but this does not highlight things like this:
# this comment is not highlighted because of space after comment
The rule is: if comment sign is first sign, highlight all.
I can live with things like this:
if a < b then #this comment might not be highlighted
Any solutions ?
Thanks, Alex
Is it possible to REALLY define a (one line) comment-highlighting (comment sign is #) ?
example 1: highlighted ok
#this comment is fully highlighted ok
example 2: highlights from # on to the right ((
if $(#) > 0 then ......
I saw a workaround of using "** # " (without quotes) in te methods section, but this does not highlight things like this:
# this comment is not highlighted because of space after comment
The rule is: if comment sign is first sign, highlight all.
I can live with things like this:
if a < b then #this comment might not be highlighted
Any solutions ?
Thanks, Alex