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

Highlight "is" as a keyword #29

Closed
Gama11 opened this issue Aug 30, 2016 · 1 comment
Closed

Highlight "is" as a keyword #29

Gama11 opened this issue Aug 30, 2016 · 1 comment

Comments

@Gama11
Copy link
Member

Gama11 commented Aug 30, 2016

The new is "keyword" in 3.3.0 should be highlighted, but only in places where it's valid (i.e. surrounded by the mandatory parens):

// should not be highlighted
var is:Int;
// should be highlighted
trace((5 is Int));
@nadako
Copy link
Member

nadako commented Oct 5, 2016

man i hate those mandatory parens...

@Gama11 Gama11 closed this as completed in b374dd1 Jan 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants