diff options
Diffstat (limited to 'syntax/modules/chunkin.vim')
-rw-r--r-- | syntax/modules/chunkin.vim | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/syntax/modules/chunkin.vim b/syntax/modules/chunkin.vim index 8375598b..9908ef8d 100644 --- a/syntax/modules/chunkin.vim +++ b/syntax/modules/chunkin.vim @@ -2,10 +2,10 @@ 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 +syn keyword ngxDirectiveDeprecated chunkin +syn keyword ngxDirectiveDeprecated chunkin_keepalive +syn keyword ngxDirectiveDeprecated chunkin_max_chunks_per_buf +syn keyword ngxDirectiveDeprecated chunkin_resume endif |