view contrib/vim/ftdetect/nginx.vim @ 8711:12df02cc709f quic

Updated the list of supported drafts.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 19 Feb 2021 17:27:41 +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