summaryrefslogtreecommitdiffstats
path: root/syntax/modules/limit-upload-rate.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/modules/limit-upload-rate.vim')
-rw-r--r--syntax/modules/limit-upload-rate.vim9
1 files changed, 0 insertions, 9 deletions
diff --git a/syntax/modules/limit-upload-rate.vim b/syntax/modules/limit-upload-rate.vim
deleted file mode 100644
index 51354570..00000000
--- a/syntax/modules/limit-upload-rate.vim
+++ /dev/null
@@ -1,9 +0,0 @@
-if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
-
-" Limit Upload Rate Module <https://github.com/cfsego/limit_upload_rate>
-" Limit client-upload rate when they are sending request bodies to you
-syn keyword ngxDirectiveThirdParty limit_upload_rate
-syn keyword ngxDirectiveThirdParty limit_upload_rate_after
-
-
-endif