summaryrefslogtreecommitdiffstats
path: root/syntax/modules/upstream-hash.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/modules/upstream-hash.vim')
-rw-r--r--syntax/modules/upstream-hash.vim9
1 files changed, 0 insertions, 9 deletions
diff --git a/syntax/modules/upstream-hash.vim b/syntax/modules/upstream-hash.vim
deleted file mode 100644
index 68681601..00000000
--- a/syntax/modules/upstream-hash.vim
+++ /dev/null
@@ -1,9 +0,0 @@
-if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
-
-" Upstream Hash Module (DEPRECATED) <http://wiki.nginx.org/NginxHttpUpstreamRequestHashModule>
-" Provides simple upstream load distribution by hashing a configurable variable.
-" syn keyword ngxDirectiveDeprecated hash
-syn keyword ngxDirectiveDeprecated hash_again
-
-
-endif