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