mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-12 21:43:49 -05:00
Update
This commit is contained in:
9
syntax/modules/upstream-fair.vim
Normal file
9
syntax/modules/upstream-fair.vim
Normal file
@@ -0,0 +1,9 @@
|
||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
|
||||
|
||||
" Upstream Fair Module <https://github.com/gnosek/nginx-upstream-fair>
|
||||
" The fair load balancer module for nginx http://nginx.localdomain.pl
|
||||
syn keyword ngxDirectiveThirdParty fair
|
||||
syn keyword ngxDirectiveThirdParty upstream_fair_shm_size
|
||||
|
||||
|
||||
endif
|
||||
Reference in New Issue
Block a user