summaryrefslogtreecommitdiffstats
path: root/syntax/modules/upstream-jdomain.vim
blob: ae7eb03d3a71fee7cceb8265b923072fbb25da09 (plain) (blame)
1
2
3
4
5
6
7
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