summaryrefslogtreecommitdiffstats
path: root/syntax/modules/ocsp-proxy.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/modules/ocsp-proxy.vim')
-rw-r--r--syntax/modules/ocsp-proxy.vim9
1 files changed, 0 insertions, 9 deletions
diff --git a/syntax/modules/ocsp-proxy.vim b/syntax/modules/ocsp-proxy.vim
deleted file mode 100644
index cbcbc92c..00000000
--- a/syntax/modules/ocsp-proxy.vim
+++ /dev/null
@@ -1,9 +0,0 @@
-if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
-
-" OCSP Proxy Module <https://github.com/kyprizel/nginx_ocsp_proxy-module>
-" Nginx OCSP processing module designed for response caching
-syn keyword ngxDirectiveThirdParty ocsp_proxy
-syn keyword ngxDirectiveThirdParty ocsp_cache_timeout
-
-
-endif