atom / language-java

Java package for Atom
Other
62 stars 58 forks source link

Parse class identifier containing a dollar char #208

Closed Eskibear closed 4 years ago

Eskibear commented 4 years ago

Description of the Change

\w equals toA-Za-z0-9_. $ is not contained, which is allowed to be part of the class identifier.

Alternate Designs

None were considered.

Benefits

Can highlight class name containing $.

Possible Drawbacks

I don't see any.

Applicable Issues

https://github.com/redhat-developer/vscode-java/issues/299

Screen Shot 2019-11-21 at 3 09 36 PM
sadikovi commented 4 years ago

Partially fixes #33 and #183

sadikovi commented 4 years ago

Merged, thanks.