X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=vimrc;h=f6ce23416f795b3ebf26f0b3a674dbacec95d6c3;hb=01bd406f083a7b80c59f2cb2182c7b0006e9cd02;hp=75283da711ca796f02b4ee243951c7b70afb1dee;hpb=892d099baa74f7399d60c78378f2e401dd14e05e;p=config%2Fdotfiles.git diff --git a/vimrc b/vimrc index 75283da..f6ce234 100644 --- a/vimrc +++ b/vimrc @@ -440,15 +440,17 @@ if has('syntax') " Settings for specific filetypes. " Haskell. + let g:hs_highlight_delimiters = 1 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 + " Python. + let g:python_highlight_all = 1 " Vim, enable folding for autogroups (a) and functions (f). let g:vimsyn_folding = "af" " XML.