mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-16 15:33:49 -05:00
Update
This commit is contained in:
8
syntax/modules/usptream-ketama-chash.vim
Normal file
8
syntax/modules/usptream-ketama-chash.vim
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user