summaryrefslogtreecommitdiffstats
path: root/syntax/modules/upstream-jdomain.vim
blob: 554688179897f3e61e2749584f3d799d3d4598f6 (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