]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
vimrc: Enable additional highlighting for Haskell and Python.
authorSimon Ruderich <simon@ruderich.org>
Sat, 14 Jan 2012 20:33:00 +0000 (21:33 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sat, 14 Jan 2012 20:33:00 +0000 (21:33 +0100)
vimrc

diff --git a/vimrc b/vimrc
index 75283da711ca796f02b4ee243951c7b70afb1dee..f6ce23416f795b3ebf26f0b3a674dbacec95d6c3 100644 (file)
--- 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.