mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-09 20:13:51 -05:00
Update
This commit is contained in:
8
syntax/modules/log-if.vim
Normal file
8
syntax/modules/log-if.vim
Normal file
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user