PB 6.02 LTS: Comments are highlighted correctly.

PB 6.10 Beta 1: All is in ASM colors


Edit: Ouch, it is probably since 6.03
But the compiler has the option "enable inline ASM syntax coloring".Fred wrote: Sat Dec 23, 2023 6:47 pm It was removed because we can't detect if it's asm or C code, and ; is valid in C
But doesn't the leading "!" mean the entire line is ASM?
It means that the entire line is ASM when using the ASM backend, and it means that the entire line is C when using the C backend.BarryG wrote: But doesn't the leading "!" mean the entire line is ASM?
Doesn't the ide know which is set up? Or, can't it be a setting?Little John wrote: Sun Dec 24, 2023 4:30 amIt means that the entire line is ASM when using the ASM backend, and it means that the entire line is C when using the C backend.BarryG wrote: But doesn't the leading "!" mean the entire line is ASM?