From e685e4b431ab017d1aec9f9668fbeeeb6e7113e6 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Thu, 2 Feb 2017 21:16:29 +0100 Subject: Update --- syntax/modules/cache-purge.vim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'syntax/modules/cache-purge.vim') diff --git a/syntax/modules/cache-purge.vim b/syntax/modules/cache-purge.vim index 2b57226e..a41d13db 100644 --- a/syntax/modules/cache-purge.vim +++ b/syntax/modules/cache-purge.vim @@ -1,9 +1,11 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1 " Cache Purge Module -" Module adding ability to purge content from FastCGI and proxy caches. +" Adds ability to purge content from FastCGI, proxy, SCGI and uWSGI caches. syn keyword ngxDirectiveThirdParty fastcgi_cache_purge syn keyword ngxDirectiveThirdParty proxy_cache_purge +" syn keyword ngxDirectiveThirdParty scgi_cache_purge +" syn keyword ngxDirectiveThirdParty uwsgi_cache_purge endif -- cgit v1.2.3