Hi,
Let me first thank you for your outstanding components. I really love them.
I am using TokenTokenMaker to customize the syntax highlighting for the assembly language I am working with, and I have two questions. I hope it's the best place to ask...
1) First, I'm not sure I'm using the best mapping between keyword, datatype and function.
For example, in the instruction
000401D8 C001 LDI:8 #0x00,R1
I guess # and , must be declared as operators, but would you declare the instruction (LDI:8) a keyword or a function ? What is the impact of choosing one or the other ?
Similarly, what about the register (R1) : keyword or data type ?
2) What about addresses and hex representation of the instruction, that are present at the beginning of each line, such as :
000401D8 C001 LDI:8 #0x00,R1
For now, it seems they are considered numbers if they only have decimal digits, but literal (other color) as soon as they include a hex letter. Is there a way to highlight them the same way ?
Best regards,
Vicne

