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