X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=vim%2Fafter%2Fsyntax%2Fperl.vim;h=ebedc23d32d9ae86641cffca7de43c720a087a9f;hb=706caaa80bed935e591ee6619cba2cc91f664250;hp=cebf5914af49dd8c5187624aeeaf9a7467c79cc4;hpb=c2dd4e9e2e81a703bdebba543f23792480c3ce82;p=config%2Fdotfiles.git diff --git a/vim/after/syntax/perl.vim b/vim/after/syntax/perl.vim index cebf591..ebedc23 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 "\<\(continue\|break\)\>" + " Highlight statement control keywords differently when my color scheme is " used. if exists('g:colors_name') && g:colors_name == 'simon'