view contrib/vim/ftdetect/nginx.vim @ 5581:4dee5ad51e9e

Upstream: fixed error message wording.
author Konstantin Pavlov <thresh@nginx.com>
date Thu, 20 Feb 2014 13:48:40 +0400
parents f38043bd15f5
children
line wrap: on
line source

au BufRead,BufNewFile *.nginx set ft=nginx
au BufRead,BufNewFile */etc/nginx/* set ft=nginx
au BufRead,BufNewFile */usr/local/nginx/conf/* set ft=nginx
au BufRead,BufNewFile nginx.conf set ft=nginx