mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-11 21:13:50 -05:00
Update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user