Hi,
I thought I could share this with you guys. Probably I'm missing some things because I didn't put much work on it. It's kinda FASM oriented but should be ok'ish for NASM too but more incomplete. Only testing I did so far was to open a random asm file I had and it looked normal to me.
If you feel like something is wrong or missing (no time to spare for advanced stuff) please tell me and I will update it.
Cheers,
Luís
Edit: Uploaded new and improved version made after some testing. This version was made from scratch because the other lang file wasn't allowing me to do what I needed.
Edit2: Added missing binary, octal and pascal hex
Gedit asm syntax highlight
Gedit asm syntax highlight
- Attachments
-
- fasm.lang.tar.bz2
- (1.98 KiB) Downloaded 112 times
Last edited by Luis on Sat May 03, 2014 7:16 pm, edited 8 times in total.
Re: Gedit asm syntax highlight
Oh cool. I actually use those highlighting styles for gedit, though the AT&T one mainly.
Re: Gedit asm syntax highlight
Found an issue with anonymous labels and it's missing highlight for $ and $$. I will add soon.
Re: Gedit asm syntax highlight
Many quirks sorted and hopefully most stuffs highlighted. Colors for some types are the same so please tell me if in any of those cases it should have different colors.