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

Could we please get syntax highlighting for MASM64 files? #383

Open
IbrahimHindawi opened this issue Dec 28, 2024 · 1 comment
Open

Could we please get syntax highlighting for MASM64 files? #383

IbrahimHindawi opened this issue Dec 28, 2024 · 1 comment
Labels
Debugger Pertains to the debugger. Feature Request A request for a new feature or improvement.

Comments

@IbrahimHindawi
Copy link

image
Maybe I should have a go at it? Hints?

@ryanfleury ryanfleury added Debugger Pertains to the debugger. Feature Request A request for a new feature or improvement. labels Jan 7, 2025
@ratchetfreak
Copy link

you can look at how odin support was added: 4bc82db

In short add ".asm" to the extensions that are matched,
add a TXT_LangKind for asm, add it to the switch. Then
add a txt_token_array_from_string__asm which does the actual tokenizing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Debugger Pertains to the debugger. Feature Request A request for a new feature or improvement.
Projects
None yet
Development

No branches or pull requests

3 participants