summaryrefslogtreecommitdiffstats
path: root/syntax/modules/http-dyups.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/modules/http-dyups.vim')
-rw-r--r--syntax/modules/http-dyups.vim12
1 files changed, 0 insertions, 12 deletions
diff --git a/syntax/modules/http-dyups.vim b/syntax/modules/http-dyups.vim
deleted file mode 100644
index 9191d4fd..00000000
--- a/syntax/modules/http-dyups.vim
+++ /dev/null
@@ -1,12 +0,0 @@
-if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
-
-" HTTP Dynamic Upstream Module <https://github.com/yzprofile/ngx_http_dyups_module>
-" Update upstreams' config by restful interface
-syn keyword ngxDirectiveThirdParty dyups_interface
-syn keyword ngxDirectiveThirdParty dyups_read_msg_timeout
-syn keyword ngxDirectiveThirdParty dyups_shm_zone_size
-syn keyword ngxDirectiveThirdParty dyups_upstream_conf
-syn keyword ngxDirectiveThirdParty dyups_trylock
-
-
-endif