We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
class A { function f() return new B("name", null, this); }
see vshaxe/vshaxe#81
The text was updated successfully, but these errors were encountered:
Also happens with these cases:
function(_) trace("foo"); function(_) $type("foo");
Sorry, something went wrong.
Any plan to fix this? Because in a string interpolation it also screws up things after the function.
Note that the abc at the end should be highlighted as string.
abc
Oh, I've tried, it's just not a simple fix.
No branches or pull requests
see vshaxe/vshaxe#81
The text was updated successfully, but these errors were encountered: