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

sealed and abstract are not highlighted when used as class/trait modifiers #125

Open
slothspot opened this issue Mar 22, 2016 · 0 comments

Comments

@slothspot
Copy link
Contributor

In code example like following:
sealed trait List[+A]
sealed modifier is not highlighted.

Same for:
abstract class T { ... }

Quick workaround, which looks incorrect, is to link scalaKeywordModifier to Keyword:
hi link scalaKeywordModifier Keyword

But I suppose that correct solution to problem is to move abstract, sealed to separate modifiers group

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

No branches or pull requests

1 participant