Can we have code greyed out when it commented by other commands
For example .comment code code code .endc
all the code would be the grey colour like a normal comment?
Also something like .if 0 ?
TASS Mode.
So .comment and .endc indicate a block comment and are correct assembler syntax or commands?
Yes, in TASS64. Documented here http://tass64.sourceforge.net/#misc
Does @soci64 probably know how to deal with this issue?
I would think so.
The .comment one should be easy, if you have an internal state in the colour highlighting system, you can just add a force comment flag, which is incremented on .comment and then decremented on .endc
.if 0 is a little more complex and would need to do some form of expression parsing