HealsCodes / vim-gas

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

Add smaller general purposes registers for x86-64 #21

Closed albinahlback closed 2 years ago

albinahlback commented 2 years ago

Such as r8d.

HealsCodes commented 2 years ago

These are already supported, the last version of gas.vim however has a bug that ignores highlights for a number of generic X86/64 registers like r10-16, cr, dr and tr* - I'm pushing a fix for it now.