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

Some keywords are missing for Haskell #11

Open
gchris opened this issue Aug 12, 2014 · 0 comments
Open

Some keywords are missing for Haskell #11

gchris opened this issue Aug 12, 2014 · 0 comments

Comments

@gchris
Copy link

gchris commented Aug 12, 2014

Hi,
this is a really nice theme.
I just tried to use it for Haskell but some elementary things aren't highlighted.
These are for example the keywords data, type or class.
I've managed to highlight them by adding following two lines to your theme:

:hi hsTypedef   ctermfg=186 ctermbg=NONE cterm=NONE guifg=#e6db74 guibg=NONE gui=NONE                                                                                                                                                  
:hi hsStructure ctermfg=186 ctermbg=NONE cterm=NONE guifg=#e6db74 guibg=NONE gui=NONE

As can be seen, I used the color informations which is used for strings.
Maybe these two lines could be added to vim-monokai by default...

Thanks, Chris

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