Skip to content

Fixes#60

Open
johnsbrew wants to merge 2 commits intoatom-community:masterfrom
johnsbrew:fixes
Open

Fixes#60
johnsbrew wants to merge 2 commits intoatom-community:masterfrom
johnsbrew:fixes

Conversation

@johnsbrew
Copy link
Copy Markdown

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
Copy Markdown
Contributor

Can class names have underscores, for example Class_Test?

@johnsbrew
Copy link
Copy Markdown
Author

Can class names have underscores, for example Class_Test?

Yes.

@winstliu
Copy link
Copy Markdown
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