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.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/syntax/modules/upstream-hash.vim b/syntax/modules/upstream-hash.vim
index b86980ab..68681601 100644
--- a/syntax/modules/upstream-hash.vim
+++ b/syntax/modules/upstream-hash.vim
@@ -2,8 +2,8 @@ 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 ngxDirectiveThirdParty hash
-syn keyword ngxDirectiveThirdParty hash_again
+" syn keyword ngxDirectiveDeprecated hash
+syn keyword ngxDirectiveDeprecated hash_again
endif