.gitconfig: email should be cmccabe@apache.org, not colin@apache.org
[cmccabe-etc] / .vim / syntax / pom.vim
1 if exists("b:current_syntax")
2    finish
3 endif
4
5 " Use XML syntax highlighting for pom.xml files
6 source $VIMRUNTIME/syntax/xml.vim
7 let b:did_indent = 1