Hi, I have some suggestions for a change for the vim asm syntax file. I asked the maintainer, but we agreed that I should write it here instead.
It should support comments! I use: syn match asmSpecialComment "#\*\*\*.*" syn match asmComment "#.*" which is adapted from the original lines 48 and 49 in the file. Someone with a good knowledge of GAS should also find out what the purpose of those two original lines is. I don't know what the semicolon does. It should also support /* multi-line comments */ I'm probably not going to use asm again, now our compiler project is over (got an A - yay!) but I just thought this could be of use :-) Regards, Erik Wognsen --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
