HealsCodes / vim-gas

Advanced syntax highlighting for GNU As
BSD 3-Clause "New" or "Revised" License
143 stars 21 forks source link

Added and reclassifed directives to make x86 highlighting consistent. #10

Closed phf closed 5 years ago

phf commented 5 years ago

I noticed some inconsistent highlighting while writing x86_64 code. This commit should fix these issues. Also the .ascii directive was duplicated in the ARM section and therefore had the ARM highlighting applied, I assume that was unintentional? The .bss directive works for x86_64 now, so I moved it out of the ARM section as well.

HealsCodes commented 5 years ago

Looks good to me, thanks for the fixes and improvements!