-
-
Notifications
You must be signed in to change notification settings - Fork 274
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
Bad coloring for haskell syntax #104
Milestone
Comments
vabatta
changed the title
Bad coloring for some syntaxes
Bad coloring for haskell syntax
Mar 4, 2018
arcticicestudio
added
the
hacktoberfest
This repository participates in the Hacktoberfest
label
Oct 1, 2018
arcticicestudio
removed
hacktoberfest
This repository participates in the Hacktoberfest
status-reproduction
labels
Apr 13, 2019
arcticicestudio
added a commit
that referenced
this issue
Apr 13, 2019
Added support for Haskell syntax through the neovimhaskell/haskell-vim (1) plugin. This includes better coloring for types/classes using `nord7` instead of highlighting them like keywords (`nord9`) and pre-processor and pragma elements are now colorized correctly with `nord10`. References: (1) https://github.com/neovimhaskell/haskell-vim GH-104
Hi @vabatta 👋 It's more a feature than a "fix" since the plugin uses specific syntax color groups that need to be implemented for the theme. I've submitted #150 that adds support for the plugin to improve the highlighting for Haskell. |
arcticicestudio
added a commit
that referenced
this issue
Apr 15, 2019
…yntax-support Haskell Syntax Plugin Support
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I started using the haskell syntax theme available at
https://github.com/neovimhaskell/haskell-vim
and in conjunction with this theme the colors of all the keywords are of the same color. Any fix?The text was updated successfully, but these errors were encountered: