view contrib/vim/ftdetect/nginx.vim @ 7069:863b862534d7

Style. Signed-off-by: Alex Zhang <zchao1995@gmail.com>
author Alex Zhang <zchao1995@gmail.com>
date Wed, 19 Jul 2017 21:39:40 +0800
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