mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-12 21:43:49 -05:00
Update
This commit is contained in:
8
syntax/modules/upstream-jdomain.vim
Normal file
8
syntax/modules/upstream-jdomain.vim
Normal file
@@ -0,0 +1,8 @@
|
||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
|
||||
|
||||
" Upstream Domain Resolve Module <https://www.nginx.com/resources/wiki/modules/domain_resolve/>
|
||||
" A load-balancer that resolves an upstream domain name asynchronously.
|
||||
syn keyword ngxDirectiveThirdParty jdomain
|
||||
|
||||
|
||||
endif
|
||||
Reference in New Issue
Block a user