9 lines
235 B
VimL
Raw Normal View History

2016-12-20 20:57:20 +01:00
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
2017-02-02 21:16:29 +01:00
syn keyword ngxDirectiveThirdParty access_log_bypass_if
2016-12-20 20:57:20 +01:00
endif