]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - vim/after/syntax/apache.vim
73c5c0a5d674c4507ba1a11f32911a6a73554124
[config/dotfiles.git] / vim / after / syntax / apache.vim
1 " Vim syntax file
2 " Language:     Apache files
3 " Maintainer:   Simon Ruderich <simon@ruderich.org>
4 " Last Change:  2008-12-07
5
6
7 " Only check spelling in comments.
8 syn match apacheComment "^\s*#.*$" contains=apacheFixme,@Spell