summaryrefslogtreecommitdiffstats
path: root/syntax/modules/log-if.vim
blob: 2e5b4ca30a2cb328098684f35e6c1faeca58210e (plain) (blame)
1
2
3
4
5
6
7
8
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
  
" Log If Module <https://github.com/cfsego/ngx_log_if>
" Conditional accesslog for nginx
syn keyword ngxDirectiveThirdParty access_log_bypass_if 


endif