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

string and keywords not highlighted inside a non-block function expr #3

Open
Gama11 opened this issue Jan 30, 2017 · 3 comments
Open
Labels

Comments

@Gama11
Copy link
Member

Gama11 commented Jan 30, 2017

class A {
    function f() return new B("name", null, this);
}


see vshaxe/vshaxe#81

@Gama11
Copy link
Member Author

Gama11 commented Feb 14, 2017

Also happens with these cases:

function(_) trace("foo");
function(_) $type("foo");

@kevinresol
Copy link

kevinresol commented Jun 15, 2017

Any plan to fix this? Because in a string interpolation it also screws up things after the function.

image

Note that the abc at the end should be highlighted as string.

@Gama11
Copy link
Member Author

Gama11 commented Jun 15, 2017

Oh, I've tried, it's just not a simple fix.

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