added syntax highlighting for nginx

This commit is contained in:
Tobias Schmidl 2018-12-28 07:07:10 +01:00
parent 3694602976
commit 20c5863573
2 changed files with 2 additions and 0 deletions

1
.vim/filetype.vim Normal file
View file

@ -0,0 +1 @@
au BufRead,BufNewFile /etc/nginx/*,/usr/local/nginx/conf/* if &ft == '' | setfiletype nginx | endif