X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=vimrc;h=42479fa64c76bc70bac6e0bbd053439f71181410;hb=eabf70b33b4b4f4b7e2e077e2ffa070ab914531b;hp=825aa4e33faab82ce710552c3e5b48cb1384ec51;hpb=da7b1cd63c5ed062102aecdbff66ac195a22d61f;p=config%2Fdotfiles.git diff --git a/vimrc b/vimrc index 825aa4e..42479fa 100644 --- a/vimrc +++ b/vimrc @@ -762,11 +762,17 @@ if has('syntax') let g:hs_highlight_boolean = 1 let g:hs_highlight_types = 1 let g:hs_highlight_more_types = 1 + " Java. + let g:java_highlight_java_lang_ids = 1 " color java.lang.* identifiers " 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 + " PHP. + let g:php_folding = 3 " fold functions + let g:php_short_tags = 0 " no short tags (), not always usable + let g:php_sql_query = 1 " highlight SQL queries in strings " Python. let g:python_highlight_all = 1 " Shell.