Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
GabrielFrigo4 opened this issue Sep 11, 2024 · 0 comments
Open

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

GabrielFrigo4 opened this issue Sep 11, 2024 · 0 comments
Labels
C-enhancement Category: Improvements

Comments

@GabrielFrigo4
Copy link

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

@GabrielFrigo4 GabrielFrigo4 added the C-enhancement Category: Improvements label Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: Improvements
Projects
None yet
Development

No branches or pull requests

1 participant