From: Simon Ruderich Date: Sat, 14 Jan 2012 20:33:00 +0000 (+0100) Subject: vimrc: Enable additional highlighting for Haskell and Python. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=01bd406f083a7b80c59f2cb2182c7b0006e9cd02;p=config%2Fdotfiles.git vimrc: Enable additional highlighting for Haskell and Python. --- 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.