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

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