-
Notifications
You must be signed in to change notification settings - Fork 740
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
Kotlin: Recognizing function parameters and return type #999
Kotlin: Recognizing function parameters and return type #999
Conversation
CC @dblessing |
@jneen Sorry to bump this PR, but would be really keen to get these Kotlin PRs I have put forward included, as currently Rouge is almost unusable for Kotlin as it doesn't really highlight anything other than certain keywords. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once #996 is merged we'll need a rebase here. Also, please squash some commits if you can to clean it up a bit.
Please rebase this now that I've merged your other 2 PRs. Please also squash things up a bit since there are 18 commits. |
Okay thank you, will do an interactive rebase and squash some commits tonight. |
Simple rules for when no complex rules are match, such as: comments, punctuation, operators, text, strings, numbers etc. This allows for specific rules to be tried first.
Branch all cleaned up. |
This is a follow up PR after #996. To allow this to be implemented it was branched from that branch.
Fixes #997 and #998.