summaryrefslogtreecommitdiffstats
path: root/syntax/modules/upload-progress.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/modules/upload-progress.vim')
-rw-r--r--syntax/modules/upload-progress.vim16
1 files changed, 0 insertions, 16 deletions
diff --git a/syntax/modules/upload-progress.vim b/syntax/modules/upload-progress.vim
deleted file mode 100644
index a66c4633..00000000
--- a/syntax/modules/upload-progress.vim
+++ /dev/null
@@ -1,16 +0,0 @@
-if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
-
-" Upload Progress Module <https://www.nginx.com/resources/wiki/modules/upload_progress/>
-" An upload progress system, that monitors RFC1867 POST upload as they are transmitted to upstream servers
-syn keyword ngxDirectiveThirdParty upload_progress
-syn keyword ngxDirectiveThirdParty track_uploads
-syn keyword ngxDirectiveThirdParty report_uploads
-syn keyword ngxDirectiveThirdParty upload_progress_content_type
-syn keyword ngxDirectiveThirdParty upload_progress_header
-syn keyword ngxDirectiveThirdParty upload_progress_jsonp_parameter
-syn keyword ngxDirectiveThirdParty upload_progress_json_output
-syn keyword ngxDirectiveThirdParty upload_progress_jsonp_output
-syn keyword ngxDirectiveThirdParty upload_progress_template
-
-
-endif