summaryrefslogtreecommitdiffstats
path: root/syntax/modules/headers-more.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/modules/headers-more.vim')
-rw-r--r--syntax/modules/headers-more.vim11
1 files changed, 0 insertions, 11 deletions
diff --git a/syntax/modules/headers-more.vim b/syntax/modules/headers-more.vim
deleted file mode 100644
index 73ad8201..00000000
--- a/syntax/modules/headers-more.vim
+++ /dev/null
@@ -1,11 +0,0 @@
-if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
-
-" Headers More Module <https://github.com/openresty/headers-more-nginx-module>
-" Set and clear input and output headers...more than "add"!
-syn keyword ngxDirectiveThirdParty more_clear_headers
-syn keyword ngxDirectiveThirdParty more_clear_input_headers
-syn keyword ngxDirectiveThirdParty more_set_headers
-syn keyword ngxDirectiveThirdParty more_set_input_headers
-
-
-endif