blob: 852b33eeee42f48e195166b6ac33afa3fff49dc8 (
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
 |