Skip to content

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()

@winstliu
Copy link
Contributor

Can class names have underscores, for example Class_Test?

@johnsbrew
Copy link
Author

Can class names have underscores, for example Class_Test?

Yes.

@winstliu
Copy link
Contributor

\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