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

Identifiers containing dollar sign $ characters are not recognized #60

Open
quat1024 opened this issue Jun 8, 2021 · 0 comments
Open

Comments

@quat1024
Copy link

quat1024 commented Jun 8, 2021

$ is a legal character in Java identifiers, however using it tends to cause nearby regions to get highlighted incorrectly.

On Github.com:

interface Test {
  void aaaaa();
  void bbbbb();
  void ccccc$ddddd();
  void eeeee();
  void $$$$$();
}

Image:
image

In the wild: https:/quat1024/apathy/blob/b2114a8bad81e9f7662513e38892af43901e840a/src/main/java/agency/highlysuspect/apathy/mixin/MinecraftServerAccessor.java

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

No branches or pull requests

1 participant