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

Support primitive directives in NASM lexer #1974

Merged
merged 1 commit into from Jan 7, 2024

Conversation

tancnle
Copy link
Collaborator

@tancnle tancnle commented Jul 4, 2023

This fixes the highlight of square brackets [] around primitive directives in Netwide Assembler (NASM) lexer.

https://www.nasm.us/doc/nasmdoc7.html

Before After
Screenshot 2023-07-04 at 9 04 47 pm Screenshot 2023-07-04 at 9 05 31 pm

Fixes #1972

@tancnle
Copy link
Collaborator Author

tancnle commented Jul 4, 2023

👋🏼 ShlomiRex would it be possible if you could help to verify if this addressed the reported issue? 🙏🏼

@tancnle tancnle added this pull request to the merge queue Jan 7, 2024
Merged via the queue into rouge-ruby:master with commit fb9aae2 Jan 7, 2024
8 checks passed
@tancnle tancnle deleted the fix.nasm-directives branch January 7, 2024 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NASM Assembly Lexer - Incorrectly identified assembly directive as error
1 participant