summaryrefslogtreecommitdiffstats
path: root/syntax/modules/testcookie.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2017-05-17 11:28:13 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2017-05-17 11:28:13 +0200
commit7dd2e1169849b7e5cae67d5056f0a379f3da67b5 (patch)
treeba85e65b887c6a77e8400627e0f7ea7c0f08b84c /syntax/modules/testcookie.vim
parent9197c69900514524a0101d88e663b452de09a98d (diff)
downloadvim-polyglot-7dd2e1169849b7e5cae67d5056f0a379f3da67b5.tar.gz
vim-polyglot-7dd2e1169849b7e5cae67d5056f0a379f3da67b5.zip
Switch nginx vendor to chr4/nginx.vim, closes #205v2.16.0
Diffstat (limited to 'syntax/modules/testcookie.vim')
-rw-r--r--syntax/modules/testcookie.vim32
1 files changed, 0 insertions, 32 deletions
diff --git a/syntax/modules/testcookie.vim b/syntax/modules/testcookie.vim
deleted file mode 100644
index 8dde9fb4..00000000
--- a/syntax/modules/testcookie.vim
+++ /dev/null
@@ -1,32 +0,0 @@
-if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
-
-" Testcookie Module <https://github.com/kyprizel/testcookie-nginx-module>
-" NGINX module for L7 DDoS attack mitigation
-syn keyword ngxDirectiveThirdParty testcookie
-syn keyword ngxDirectiveThirdParty testcookie_name
-syn keyword ngxDirectiveThirdParty testcookie_domain
-syn keyword ngxDirectiveThirdParty testcookie_expires
-syn keyword ngxDirectiveThirdParty testcookie_path
-syn keyword ngxDirectiveThirdParty testcookie_secret
-syn keyword ngxDirectiveThirdParty testcookie_session
-syn keyword ngxDirectiveThirdParty testcookie_arg
-syn keyword ngxDirectiveThirdParty testcookie_max_attempts
-syn keyword ngxDirectiveThirdParty testcookie_p3p
-syn keyword ngxDirectiveThirdParty testcookie_fallback
-syn keyword ngxDirectiveThirdParty testcookie_whitelist
-syn keyword ngxDirectiveThirdParty testcookie_pass
-syn keyword ngxDirectiveThirdParty testcookie_redirect_via_refresh
-syn keyword ngxDirectiveThirdParty testcookie_refresh_template
-syn keyword ngxDirectiveThirdParty testcookie_refresh_status
-syn keyword ngxDirectiveThirdParty testcookie_deny_keepalive
-syn keyword ngxDirectiveThirdParty testcookie_get_only
-syn keyword ngxDirectiveThirdParty testcookie_https_location
-syn keyword ngxDirectiveThirdParty testcookie_refresh_encrypt_cookie
-syn keyword ngxDirectiveThirdParty testcookie_refresh_encrypt_cookie_key
-syn keyword ngxDirectiveThirdParty testcookie_refresh_encrypt_iv
-syn keyword ngxDirectiveThirdParty testcookie_internal
-syn keyword ngxDirectiveThirdParty testcookie_httponly_flag
-syn keyword ngxDirectiveThirdParty testcookie_secure_flag
-
-
-endif