vim-polyglot/syntax/modules/http-footer-filter-if.vim
Adam Stankiewicz e404a658b1
Update
2016-12-20 20:57:20 +01:00

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