I occasionally write assembly in AT&T syntax for the GAS assembler, and I'd like it if the files (extension .S) were highlighted properly. Can this be implemented?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is the current assembler highlighter inadequate for your needs? I would suggest you try it. If that doesn't work, you could try implementing it using the custom language dialog. If that doesn't suit your needs, you will need to go the the scintilla code and write a new lexer for it (or ask someone there to write one for you).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I occasionally write assembly in AT&T syntax for the GAS assembler, and I'd like it if the files (extension .S) were highlighted properly. Can this be implemented?
Is the current assembler highlighter inadequate for your needs? I would suggest you try it. If that doesn't work, you could try implementing it using the custom language dialog. If that doesn't suit your needs, you will need to go the the scintilla code and write a new lexer for it (or ask someone there to write one for you).