X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=vim%2Fafter%2Fsyntax%2Fperl.vim;h=5cf6514ce032eb16283f6d49d07f6b792c8f7455;hb=17d200db44f90264844be6c15fd70f2fef6af3d0;hp=cebf5914af49dd8c5187624aeeaf9a7467c79cc4;hpb=c2dd4e9e2e81a703bdebba543f23792480c3ce82;p=config%2Fdotfiles.git diff --git a/vim/after/syntax/perl.vim b/vim/after/syntax/perl.vim index cebf591..5cf6514 100644 --- a/vim/after/syntax/perl.vim +++ b/vim/after/syntax/perl.vim @@ -20,6 +20,12 @@ " along with this file. If not, see . +" 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'