9 lines
355 B
VimL
9 lines
355 B
VimL
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
|
|
|
|
" HTTP Footer If Filter Module <https://github.com/flygoast/ngx_http_footer_if_filter>
|
|
" The ngx_http_footer_if_filter_module is used to add given content to the end of the response according to the condition specified.
|
|
syn keyword ngxDirectiveThirdParty footer_if
|
|
|
|
|
|
endif
|