view contrib/vim/ftdetect/nginx.vim @ 8725:86f5a738ac2a quic

QUIC: post stream events instead of calling their handlers. This potentially reduces the number of handler calls.
author Roman Arutyunyan <arut@nginx.com>
date Tue, 23 Nov 2021 21:39:51 +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