helix-editor / helix

A post-modern modal text editor.
https://helix-editor.com
Mozilla Public License 2.0
33.1k stars 2.46k forks source link

Improve Assembly Highlight (add AVX registers, xmm, ymm, zmm) #11675

Open GabrielFrigo4 opened 2 weeks ago

GabrielFrigo4 commented 2 weeks ago

The register keywords al, ah, ax, eax, rax are now highlighted correctly, but the vector keywords such as xmm0, xmm1, ..., xmm31, ymm0, ymm1, ..., ymm31 and zmm0, zmm1, ..., zmm31 are not highlighted correctly.

I would like the vector registers to also be highlighted correctly (they usually have the same highlighting as rax)

image