diff options
Diffstat (limited to 'syntax/modules/chunkin.vim')
-rw-r--r-- | syntax/modules/chunkin.vim | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/syntax/modules/chunkin.vim b/syntax/modules/chunkin.vim deleted file mode 100644 index 9908ef8d..00000000 --- a/syntax/modules/chunkin.vim +++ /dev/null @@ -1,11 +0,0 @@ -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 ngxDirectiveDeprecated chunkin -syn keyword ngxDirectiveDeprecated chunkin_keepalive -syn keyword ngxDirectiveDeprecated chunkin_max_chunks_per_buf -syn keyword ngxDirectiveDeprecated chunkin_resume - - -endif |