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

Variable "Is_PragmaLexer" isn't correctly highlighted #31

Open
condy0919 opened this issue Jul 27, 2020 · 0 comments · May be fixed by #35
Open

Variable "Is_PragmaLexer" isn't correctly highlighted #31

condy0919 opened this issue Jul 27, 2020 · 0 comments · May be fixed by #35

Comments

@condy0919
Copy link
Contributor

image

It can be reproduced using the following code:

struct foo {
  bool isPragmaLexer() const {
    return Is_PragmaLexer;
  }

  bool Is_PragmaLexer;
};
@condy0919 condy0919 linked a pull request Apr 5, 2021 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant