diff options
Diffstat (limited to 'syntax/modules/cache-purge.vim')
-rw-r--r-- | syntax/modules/cache-purge.vim | 4 |
1 files changed, 3 insertions, 1 deletions
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 <https://github.com/FRiCKLE/ngx_cache_purge> -" 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 |