The Perl keywords for loops are called next and last and though continue
and break are valid Perl keywords I never use them.
" 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'