FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Identifiers containing dollar sign $ characters are not recognized · Issue #60 · textmate/java.tmbundle · GitHub

Identifiers containing dollar sign $ characters are not recognized #60

Description

$ 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:

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions


      Back | FazBrowse Home | New Git URL