mirror of
https://github.com/nginx/nginx.git
synced 2024-11-24 04:49:01 +08:00
61a2667954
I've been maintaining these scripts independently for a while now, even though I'm no longer active in the community. Seems to me that contrib/ is a good long-term home for the scripts.
5 lines
198 B
VimL
5 lines
198 B
VimL
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
|