X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=vim%2Fafter%2Fsyntax%2Fperl.vim;h=3b2e1da0ac95486a380a0964f6c0f67b000e0d96;hb=HEAD;hp=cebf5914af49dd8c5187624aeeaf9a7467c79cc4;hpb=c2dd4e9e2e81a703bdebba543f23792480c3ce82;p=config%2Fdotfiles.git diff --git a/vim/after/syntax/perl.vim b/vim/after/syntax/perl.vim deleted file mode 100644 index cebf591..0000000 --- a/vim/after/syntax/perl.vim +++ /dev/null @@ -1,27 +0,0 @@ -" Vim syntax file -" -" Language: Perl -" Maintainer: Simon Ruderich -" License: GPL v3+ - -" Copyright (C) 2012 Simon Ruderich -" -" This file is free software: you can redistribute it and/or modify -" it under the terms of the GNU General Public License as published by -" the Free Software Foundation, either version 3 of the License, or -" (at your option) any later version. -" -" This file is distributed in the hope that it will be useful, -" but WITHOUT ANY WARRANTY; without even the implied warranty of -" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -" GNU General Public License for more details. -" -" You should have received a copy of the GNU General Public License -" along with this file. If not, see . - - -" Highlight statement control keywords differently when my color scheme is -" used. -if exists('g:colors_name') && g:colors_name == 'simon' - highlight link perlStatementControl statementControl -endif