X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=vim%2Fafter%2Fsyntax%2Fperl.vim;h=de35eca6e38fcb880b2e088d05b87e4c6d020068;hb=11a993b6c3452d50f790a670e681e593ed0b1924;hp=cebf5914af49dd8c5187624aeeaf9a7467c79cc4;hpb=c729f09c20a403f95d1196e21a97c90ca669ffba;p=config%2Fdotfiles.git diff --git a/vim/after/syntax/perl.vim b/vim/after/syntax/perl.vim index cebf591..de35eca 100644 --- a/vim/after/syntax/perl.vim +++ b/vim/after/syntax/perl.vim @@ -20,6 +20,9 @@ " along with this file. If not, see . +" Use SpecialComment to highlight shebangs. +highlight link perlSharpBang SpecialComment + " Highlight statement control keywords differently when my color scheme is " used. if exists('g:colors_name') && g:colors_name == 'simon'