X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=vim%2Fafter%2Fsyntax%2Fperl.vim;h=ebedc23d32d9ae86641cffca7de43c720a087a9f;hb=5e3ab2e73075ef01954c8d1cf9092541ad23a863;hp=5cf6514ce032eb16283f6d49d07f6b792c8f7455;hpb=17d200db44f90264844be6c15fd70f2fef6af3d0;p=config%2Fdotfiles.git diff --git a/vim/after/syntax/perl.vim b/vim/after/syntax/perl.vim index 5cf6514..ebedc23 100644 --- a/vim/after/syntax/perl.vim +++ b/vim/after/syntax/perl.vim @@ -24,7 +24,7 @@ highlight link perlSharpBang SpecialComment " I never use continue and break, and always confuse them with next and last. -syntax match Error "\" +syntax match Error "\<\(continue\|break\)\>" " Highlight statement control keywords differently when my color scheme is " used.