vim-polyglot/syntax/modules/log-if.vim
Adam Stankiewicz e685e4b431
Update
2017-02-02 21:16:29 +01:00

9 lines
235 B
VimL

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