]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - vim/after/syntax/perl.vim
after/ftplugin/mail.vim: Use normal! instead of normal.
[config/dotfiles.git] / vim / after / syntax / perl.vim
index cebf5914af49dd8c5187624aeeaf9a7467c79cc4..ebedc23d32d9ae86641cffca7de43c720a087a9f 100644 (file)
 " along with this file.  If not, see <http://www.gnu.org/licenses/>.
 
 
+" 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'