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

Modula lexer bug #309

Closed
1997tn opened this issue Jan 20, 2023 · 3 comments
Closed

Modula lexer bug #309

1997tn opened this issue Jan 20, 2023 · 3 comments

Comments

@1997tn
Copy link

1997tn commented Jan 20, 2023

MOD is a keyword for modulo on both Modula-2 and Modula-3. The problem is, if MOD is part of another word, e.g: HMOD, it will also highlight MOD like this: HMOD. It should only highlight MOD when it's a standalone word!

@stefankueng
Copy link
Owner

That's a problem of the modula lexer in lexilla

@1997tn
Copy link
Author

1997tn commented Jan 20, 2023

That's a problem of the modula lexer in lexilla

OK. I will report on Lexilla.

@1997tn
Copy link
Author

1997tn commented Jan 20, 2023

ScintillaOrg/lexilla#129

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

No branches or pull requests

2 participants