-
Notifications
You must be signed in to change notification settings - Fork 47
Not great for Ruby development #17
Comments
Forgot to mention, "@@variable" is a class variable |
@stoicAlchemist I think that https://github.com/sheerun/vim-polyglot works well . Did you test a different theme using polyglot ? I don't think that this is a responsibility of this repo , you should look to the package that you are using for highlighting |
I'm using polyglot and it still doesn't show those tokens highlighted |
added a screenshot: screenshot |
It's working properly for me . |
Sure thing, my configs are: https://github.com/stoicAlchemist/dotfiles/tree/main/nvim |
I will +1 on this. Using polyglot too, and coding a lot with Ruby, but I have many tokens not highlighted compared to the other themes I used with the same vimrc, symbols being the most obvious one. Isn't this a problem of which highlighting groups are customised versus which ones are using the default colors? |
I'm working for a private company (can't share screenshots) but I can say I love your theme but I can't use it because our project uses Ruby and Ruby on Rails and it shows so pale with so few stuff highlighted. Could you take a look into adding support for some keywords? Just from the top of my mind:
I'm not sure how syntax highlight works, I'm assuming it's detecting keywords as tokens and giving them token type? Let me know if there is something I can do to help.
The text was updated successfully, but these errors were encountered: