Closed Eskibear closed 4 years ago
\w equals toA-Za-z0-9_. $ is not contained, which is allowed to be part of the class identifier.
\w
A-Za-z0-9_
$
None were considered.
Can highlight class name containing $.
I don't see any.
https://github.com/redhat-developer/vscode-java/issues/299
Partially fixes #33 and #183
Merged, thanks.
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