13xforever / x86-assembly-textmate-bundle

A bundle for TextMate/Sublime Text providing syntax highlighting for x86 assembly code.
MIT License
82 stars 24 forks source link

xmm16-31 and ymm16-31 registers not formatted #16

Closed travisdowns closed 4 years ago

travisdowns commented 4 years ago

The syntax highlighter doesn't seem to know that xmm and ymm registers go up to 31 now, just like zmm with AVX-512:

image

13xforever commented 4 years ago

This was fixed in the v3 rewrite for sublime text, and atom/vscode are still waiting for the mythic backport in #11

13xforever commented 4 years ago

should be fixed with the v2.3.0 update released today