X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=vim%2Fafter%2Fsyntax%2Fperl.vim;h=5cf6514ce032eb16283f6d49d07f6b792c8f7455;hb=17d200db44f90264844be6c15fd70f2fef6af3d0;hp=de35eca6e38fcb880b2e088d05b87e4c6d020068;hpb=11a993b6c3452d50f790a670e681e593ed0b1924;p=config%2Fdotfiles.git diff --git a/vim/after/syntax/perl.vim b/vim/after/syntax/perl.vim index de35eca..5cf6514 100644 --- a/vim/after/syntax/perl.vim +++ b/vim/after/syntax/perl.vim @@ -23,6 +23,9 @@ " Use SpecialComment to highlight shebangs. highlight link perlSharpBang SpecialComment +" I never use continue and break, and always confuse them with next and last. +syntax match Error "\" + " Highlight statement control keywords differently when my color scheme is " used. if exists('g:colors_name') && g:colors_name == 'simon'