]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Add apache after syntax for better spell checking.
authorSimon Ruderich <simon@ruderich.org>
Sat, 28 Feb 2009 22:36:25 +0000 (23:36 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sat, 28 Feb 2009 22:40:34 +0000 (23:40 +0100)
vim/after/syntax/apache.vim [new file with mode: 0644]

diff --git a/vim/after/syntax/apache.vim b/vim/after/syntax/apache.vim
new file mode 100644 (file)
index 0000000..73c5c0a
--- /dev/null
@@ -0,0 +1,8 @@
+" Vim syntax file
+" Language:     Apache files
+" Maintainer:   Simon Ruderich <simon@ruderich.org>
+" Last Change:  2008-12-07
+
+
+" Only check spelling in comments.
+syn match apacheComment "^\s*#.*$" contains=apacheFixme,@Spell