HealsCodes / vim-gas

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

Inconsistent highlighting of opcodes #13

Closed stanle-cs closed 4 years ago

stanle-cs commented 4 years ago

The highlighting of the opcodes are not consistent as displayed below: inconsistent_highlighting As you can see, some opcodes have different color than the rest. I have no idea if this is expected behavior. Steps to reproduce: Install vim and add vim-gas Open a source file generated by GCC

HealsCodes commented 4 years ago

Works fine for me using v0.13 and v0.14 of the syntax

image

stanle-cs commented 4 years ago

Thank you for your response. Turns out it is a bit of a compatibility issue with other plugins. The problem is solved!