[VIM] nginx coloration

Add nginx configuration support to color syntax
This commit is contained in:
Hactarus 2018-06-13 10:57:25 +00:00
parent 5a6669a5fc
commit 7e6efba1eb
3 changed files with 668 additions and 1 deletions

1
config/vim/filetype.vim Normal file
View file

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