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

"end-monitor" is marked as instruction in RPGLE #76

Open
chrjorgensen opened this issue Mar 15, 2021 · 2 comments
Open

"end-monitor" is marked as instruction in RPGLE #76

chrjorgensen opened this issue Mar 15, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@chrjorgensen
Copy link
Collaborator

When editing RPGLE and typing "end-monitor", it is identified and marked as an instruction - but there is no such instruction in RPG! The right instruction is "endmon" - which is also, correctly, identified and marked.

billede

It seems like everything starting with "end-" where the next word is an instruction is identified as an instruction, including "end-".
And when the next work is not identified, the "end-" is still marked as instruction.

@barrettotte
Copy link
Owner

@chrjorgensen Ah good find, I'll dig into that one a bit tomorrow, thanks!

@barrettotte barrettotte added the bug Something isn't working label Mar 16, 2021
@barrettotte
Copy link
Owner

Ah it's actually finding three tokens for end-monitor as end, -, and monitor all with the same highlighting color. I'll see if there's a straightforward solution for it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants