From d857f67729b8bb0d0753321f58105343c4f1003c Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 28 Feb 2009 23:36:25 +0100 Subject: [PATCH] Add apache after syntax for better spell checking. --- vim/after/syntax/apache.vim | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 vim/after/syntax/apache.vim 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 -- 2.44.1