Hi
I'm a bit confused by the new colouring options. Do they allow me to specify symbols for tagging or is that a separate thing? I have an odd assembly language and I currently have a small bit of slick C that defines labels within it and some coloring for comments and pre-processor statements (inherited from SE21).
I would like to add .set & .macro definitions - can I do that with the new colouring stuff?
.set <var>, <value>
.macro <name>[, <arg>]^
<body>
.endm
I had a quick play but I didn't get anywhere. Can you give me some pointers please?
Thanks