-
Notifications
You must be signed in to change notification settings - Fork 16
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
Syntax Highlighting Bug Fixes and Features #141
Conversation
Fixed multiplication highlighted as comment
Added GOSUB, GOTO, CALL highlighting and changed MV functions from class highlighting to function highlighting.
Added EACH to the keywords to highlight "FOR EACH"
Feature #122. Also accounted for CALL along the same lines. Added EACH as keyword for OpenQM to account for "FOR EACH" |
Lastly, changed highlighting MV functions from classes to functions. I find this to be more accurate as, for example, an OCONV(x, y) is most definitely a function and NOT a class and should be highlighted as such. |
Hi @andrewcole50, Nice to see more hands help lighten the load. Thanks for your work. Just a FYI. All pull requests should be for the project's A while back, the decision was made for the Bearing that in mind, it's probably best to set up your own repo that way, so pull requests are from your Again, thanks for tackling some of the open issues. The more help, the better! |
Great call @kpowick! |
@kpowick changed to develop branch. |
Looks like this one was able to be re-opened unlike #139 |
Am I correct in stating that we can close this because you have these changes also incorporated with #148? |
BUG #112