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

Haskell Syntax Plugin Support #150

Merged
merged 1 commit into from
Apr 15, 2019

Conversation

arcticicestudio
Copy link
Contributor

Resolves #104

Added support for Haskell syntax through the [neovimhaskell/haskell-vim][] 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.

Pragma

Before

After

Pre-Processor

Before

After

Types/Classes

Before

After

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
@arcticicestudio arcticicestudio merged commit b0ffc6b into develop Apr 15, 2019
@arcticicestudio arcticicestudio deleted the feature/gh-104-haskell-syntax-support branch April 15, 2019 13:04
@arcticicestudio arcticicestudio removed their assignment Apr 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bad coloring for haskell syntax
2 participants