diff options
Diffstat (limited to 'syntax/modules/usptream-ketama-chash.vim')
-rw-r--r-- | syntax/modules/usptream-ketama-chash.vim | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/syntax/modules/usptream-ketama-chash.vim b/syntax/modules/usptream-ketama-chash.vim new file mode 100644 index 00000000..57887a7b --- /dev/null +++ b/syntax/modules/usptream-ketama-chash.vim @@ -0,0 +1,8 @@ +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. +syn keyword ngxDirectiveThirdParty ketama_chash + + +endif |