mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-11 04:53:51 -05:00
Update
This commit is contained in:
11
syntax/modules/log-zmq.vim
Normal file
11
syntax/modules/log-zmq.vim
Normal file
@@ -0,0 +1,11 @@
|
||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
|
||||
|
||||
" Log ZeroMQ Module <https://github.com/alticelabs/nginx-log-zmq>
|
||||
" ZeroMQ logger module for nginx
|
||||
syn keyword ngxDirectiveThirdParty log_zmq_server
|
||||
syn keyword ngxDirectiveThirdParty log_zmq_endpoint
|
||||
syn keyword ngxDirectiveThirdParty log_zmq_format
|
||||
syn keyword ngxDirectiveThirdParty log_zmq_off
|
||||
|
||||
|
||||
endif
|
||||
Reference in New Issue
Block a user