ku1ik/vim-monokai

Some keywords are missing for Haskell

gchris opened this issue · 0 comments

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