[VIM] nginx coloration
Add nginx configuration support to color syntax
This commit is contained in:
parent
5a6669a5fc
commit
7e6efba1eb
3 changed files with 668 additions and 1 deletions
1
config/vim/filetype.vim
Normal file
1
config/vim/filetype.vim
Normal file
|
@ -0,0 +1 @@
|
|||
au BufRead,BufNewFile /etc/nginx/*,/usr/local/nginx/conf/* if &ft == '' | setfiletype nginx | endif
|
Loading…
Add table
Add a link
Reference in a new issue