vim-polyglot/syntax/modules/sticky.vim
Adam Stankiewicz e685e4b431
Update
2017-02-02 21:16:29 +01:00

9 lines
284 B
VimL

if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
" Sticky Module <https://bitbucket.org/nginx-goodies/nginx-sticky-module-ng>
" Add a sticky cookie to be always forwarded to the same upstream server
" syn keyword ngxDirectiveThirdParty sticky
endif