From: Simon Ruderich Date: Sat, 28 Feb 2009 22:36:25 +0000 (+0100) Subject: Add apache after syntax for better spell checking. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=d857f67729b8bb0d0753321f58105343c4f1003c;p=config%2Fdotfiles.git Add apache after syntax for better spell checking. --- diff --git a/vim/after/syntax/apache.vim b/vim/after/syntax/apache.vim new file mode 100644 index 0000000..73c5c0a --- /dev/null +++ b/vim/after/syntax/apache.vim @@ -0,0 +1,8 @@ +" Vim syntax file +" Language: Apache files +" Maintainer: Simon Ruderich +" Last Change: 2008-12-07 + + +" Only check spelling in comments. +syn match apacheComment "^\s*#.*$" contains=apacheFixme,@Spell