]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - vim/after/syntax/perl.vim
after/syntax/perl.vim: Use SpecialComment for shebangs.
[config/dotfiles.git] / vim / after / syntax / perl.vim
index cebf5914af49dd8c5187624aeeaf9a7467c79cc4..de35eca6e38fcb880b2e088d05b87e4c6d020068 100644 (file)
@@ -20,6 +20,9 @@
 " along with this file.  If not, see <http://www.gnu.org/licenses/>.
 
 
+" 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'