12 lines
435 B
VimL
12 lines
435 B
VimL
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
|
||
|
|
||
|
" Chunkin Module (DEPRECATED) <http://wiki.nginx.org/NginxHttpChunkinModule>
|
||
|
" HTTP 1.1 chunked-encoding request body support for Nginx.
|
||
|
syn keyword ngxDirectiveThirdParty chunkin
|
||
|
syn keyword ngxDirectiveThirdParty chunkin_keepalive
|
||
|
syn keyword ngxDirectiveThirdParty chunkin_max_chunks_per_buf
|
||
|
syn keyword ngxDirectiveThirdParty chunkin_resume
|
||
|
|
||
|
|
||
|
endif
|