]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - after/syntax/apache.vim
shell: set GOTOOLCHAIN=local
[config/dotfiles.git] / 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