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

Fixes #60

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fixes #60

wants to merge 2 commits into from

Conversation

johnsbrew
Copy link

Is someone still maintaining this repo ?

commit 2928469

Fix #56

commit 62cbf5f

fix another (not raised) issue:
trailing parenthesis were colored with the class name

before fix:

  • (new ClassName).doSomething()

after fix:

  • (new ClassName).doSomething()

@50Wliu
Copy link
Contributor

50Wliu commented Mar 22, 2019

Can class names have underscores, for example Class_Test?

@johnsbrew
Copy link
Author

Can class names have underscores, for example Class_Test?

Yes.

@50Wliu
Copy link
Contributor

50Wliu commented Mar 25, 2019

\w+ does not include _, so you'll need to do [\\w_]+ instead.

@aminya aminya closed this Jul 22, 2021
@aminya aminya closed this Jul 22, 2021
@aminya aminya reopened this Jul 22, 2021
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

Successfully merging this pull request may close these issues.

Scala Code Comment highlighting in green to end of document if Equals not followed by a Space
3 participants