]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
after/syntax/perl.vim: Use SpecialComment for shebangs.
authorSimon Ruderich <simon@ruderich.org>
Sun, 2 Dec 2012 20:55:47 +0000 (21:55 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sun, 2 Dec 2012 20:55:47 +0000 (21:55 +0100)
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'