mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-10 12:33:51 -05:00
Update
This commit is contained in:
12
syntax/modules/http-dyups.vim
Normal file
12
syntax/modules/http-dyups.vim
Normal file
@@ -0,0 +1,12 @@
|
||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
|
||||
|
||||
" HTTP Dynamic Upstream Module <https://github.com/yzprofile/ngx_http_dyups_module>
|
||||
" Update upstreams' config by restful interface
|
||||
syn keyword ngxDirectiveThirdParty dyups_interface
|
||||
syn keyword ngxDirectiveThirdParty dyups_read_msg_timeout
|
||||
syn keyword ngxDirectiveThirdParty dyups_shm_zone_size
|
||||
syn keyword ngxDirectiveThirdParty dyups_upstream_conf
|
||||
syn keyword ngxDirectiveThirdParty dyups_trylock
|
||||
|
||||
|
||||
endif
|
||||
Reference in New Issue
Block a user