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

import static is incorrectly parsed in Java #1956

Open
sbrannen opened this issue May 7, 2023 · 0 comments
Open

import static is incorrectly parsed in Java #1956

sbrannen opened this issue May 7, 2023 · 0 comments
Labels
bugfix-request A request for a bugfix to be developed.

Comments

@sbrannen
Copy link

sbrannen commented May 7, 2023

Name of the lexer

Java

Code sample

import static org.junit.jupiter.api.Assertions.assertEquals;

import, static, org, and junit.jupiter.api.Assertions.assertEquals are all highlighted differently.

import static statements should be treated the same as normal import statements.

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix-request A request for a bugfix to be developed.
Projects
None yet
Development

No branches or pull requests

1 participant