summaryrefslogtreecommitdiffstats
path: root/syntax/modules/sticky.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/modules/sticky.vim')
-rw-r--r--syntax/modules/sticky.vim8
1 files changed, 0 insertions, 8 deletions
diff --git a/syntax/modules/sticky.vim b/syntax/modules/sticky.vim
deleted file mode 100644
index dc0b887b..00000000
--- a/syntax/modules/sticky.vim
+++ /dev/null
@@ -1,8 +0,0 @@
-if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
-
-" Sticky Module <https://bitbucket.org/nginx-goodies/nginx-sticky-module-ng>
-" Add a sticky cookie to be always forwarded to the same upstream server
-" syn keyword ngxDirectiveThirdParty sticky
-
-
-endif