summaryrefslogtreecommitdiffstats
path: root/syntax/modules/headers-more.vim
blob: 73ad82014765b903ddddac35d63344981ecdbbe7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
  
" Headers More Module <https://github.com/openresty/headers-more-nginx-module>
" Set and clear input and output headers...more than "add"!
syn keyword ngxDirectiveThirdParty more_clear_headers
syn keyword ngxDirectiveThirdParty more_clear_input_headers
syn keyword ngxDirectiveThirdParty more_set_headers
syn keyword ngxDirectiveThirdParty more_set_input_headers


endif