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

Inconsistent highlighting of keywords such a objNull #48

Open
mwpowellhtx opened this issue Mar 17, 2020 · 0 comments
Open

Inconsistent highlighting of keywords such a objNull #48

mwpowellhtx opened this issue Mar 17, 2020 · 0 comments

Comments

@mwpowellhtx
Copy link

Will illustrate, this is fine:

params [
    ["_test", objNull]
];

This is fine:

private _y = objNull;

However, this does not highlight correctly.

private _y = ... ;
// ...
_y = objNull;

Or:

private ["_y"];
// ...
_y = objNull;

The use case is, when the variable is defined through private in some other place, assignment later on is a legitimate thing to be able to do. But it is not highlighting correctly.

There are probably related cases to this one, I don't know.

Thank you!

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

1 participant