10 lines
346 B
VimL
10 lines
346 B
VimL
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
|
|
|
|
" HTTP Footer Filter Module <https://github.com/alibaba/nginx-http-footer-filter>
|
|
" This module implements a body filter that adds a given string to the page footer.
|
|
syn keyword ngxDirectiveThirdParty footer
|
|
syn keyword ngxDirectiveThirdParty footer_types
|
|
|
|
|
|
endif
|