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

var blocks aren't recognized #4

Open
Kaiochao opened this issue Jul 8, 2016 · 3 comments
Open

var blocks aren't recognized #4

Kaiochao opened this issue Jul 8, 2016 · 3 comments
Labels

Comments

@Kaiochao
Copy link

Kaiochao commented Jul 8, 2016

var // <-- not highlighted
    a
    b
    c
@PJB3005 PJB3005 added the bug label Jul 11, 2016
@Kaiochao
Copy link
Author

Also, variables with underscores aren't recognized, e.g.

var some_thing // not highlighted
var someThing // highlighted

@Kaiochao
Copy link
Author

Kaiochao commented Jul 12, 2016

Also, parameters aren't recognized unless they start with var/, e.g.

proc/SomeProc(ArgA, ArgB) // ArgA and ArgB should be recognized as variables
proc/SomeProc(var/ArgA, var/ArgB) // ArgA and ArgB are recognized as variables

@PJB3005
Copy link
Owner

PJB3005 commented Jul 19, 2016

Also, parameters aren't recognized unless they start with var/, e.g.

I'm not even sure whether this is fixable with the limitations of the language format.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants