From 01bd406f083a7b80c59f2cb2182c7b0006e9cd02 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 14 Jan 2012 21:33:00 +0100 Subject: [PATCH] vimrc: Enable additional highlighting for Haskell and Python. --- vimrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. -- 2.44.1