summaryrefslogblamecommitdiffstats
path: root/syntax/modules/cache-purge.vim
blob: 2b57226e646f38f8753ffdd961eee923f1160506 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                              
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.
syn keyword ngxDirectiveThirdParty fastcgi_cache_purge
syn keyword ngxDirectiveThirdParty proxy_cache_purge


endif