diff options
Diffstat (limited to 'syntax/modules/usptream-ketama-chash.vim')
-rw-r--r-- | syntax/modules/usptream-ketama-chash.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/modules/usptream-ketama-chash.vim b/syntax/modules/usptream-ketama-chash.vim index 57887a7b..ea454760 100644 --- a/syntax/modules/usptream-ketama-chash.vim +++ b/syntax/modules/usptream-ketama-chash.vim @@ -1,7 +1,7 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1 " Upstrema Ketama Chash Module <https://github.com/flygoast/ngx_http_upstream_ketama_chash> -" Nginx load-balancer module implementing ketama consistent hashing. +" Nginx load-balancer module implementing ketama consistent hashing. syn keyword ngxDirectiveThirdParty ketama_chash |