view contrib/vim/ftdetect/nginx.vim @ 6881:7113b9b2dd6c

Upstream: removed compatibility shims from ngx_http_upstream_t. The type is no longer modified in NGINX Plus.
author Vladimir Homutov <vl@nginx.com>
date Wed, 25 Jan 2017 15:39:22 +0300
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