X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=vimrc;h=9e937bcf5b6e05b2a940bdf3275ca9c872f20a89;hb=5e135f34e3bcd6414cbf71e42482da6d396c77ce;hp=92946926b425c70308aa2105be2cb36221a56c28;hpb=3fb48422ab22ba6c60c7db059c1f3cbb77b94142;p=config%2Fdotfiles.git diff --git a/vimrc b/vimrc index 9294692..9e937bc 100644 --- a/vimrc +++ b/vimrc @@ -376,12 +376,16 @@ if has('syntax') " Settings for specific filetypes. + " Haskell. + let g:hs_highlight_boolean = 1 + let g:hs_highlight_types = 1 + let g:hs_highlight_more_types = 1 + " Perl. let g:perl_fold = 1 let g:perl_fold_blocks = 1 let g:perl_nofold_packages = 1 let g:perl_include_pod = 1 " syntax coloring for PODs - endif