vim-polyglot/syntax/modules/replace-filter.vim

13 lines
529 B
VimL
Raw Normal View History

2016-12-20 20:57:20 +01:00
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
" Replace Filter Module <https://github.com/openresty/replace-filter-nginx-module>
" Streaming regular expression replacement in response bodies
syn keyword ngxDirectiveThirdParty replace_filter
syn keyword ngxDirectiveThirdParty replace_filter_types
syn keyword ngxDirectiveThirdParty replace_filter_max_buffered_size
syn keyword ngxDirectiveThirdParty replace_filter_last_modified
syn keyword ngxDirectiveThirdParty replace_filter_skip
endif