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

Missing fontification of member function names returning a typeof(this) #110

Open
nordlow opened this issue Apr 20, 2021 · 2 comments
Open

Comments

@nordlow
Copy link
Contributor

nordlow commented Apr 20, 2021

For instance in,

typeof(this) getThis() {
    return this;
}

getThis is not fontified.

@CyberShadow
Copy link
Member

What is the problem?

@nordlow
Copy link
Contributor Author

nordlow commented Apr 20, 2021

What is the problem?

getThis is not fontified.

@nordlow nordlow changed the title Incorrect highlighting of typeof(this) as member return type Incorrect highlighting of members returning a typeof(this) Apr 20, 2021
@nordlow nordlow changed the title Incorrect highlighting of members returning a typeof(this) Incorrect highlighting of member function name returning a typeof(this) Apr 20, 2021
@nordlow nordlow changed the title Incorrect highlighting of member function name returning a typeof(this) No fontification of member function name returning a typeof(this) Apr 20, 2021
@nordlow nordlow changed the title No fontification of member function name returning a typeof(this) Missing fontification of member function names returning a typeof(this) Apr 20, 2021
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