summaryrefslogtreecommitdiffstats
path: root/syntax/modules/php-memcache-standard-balancer.vim
blob: 7f99ac4cbca34e080118e688d63bfb6a39966f5a (plain) (blame)
1
2
3
4
5
6
7
8
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
  
" PHP Memcache Standard Balancer Module <>
" Loadbalancer that is compatible to the standard loadbalancer in the php-memcache module
syn keyword ngxDirectiveThirdParty hash_key


endif