Add support for Log ZMQ 3rd Party Module on vim syntax

Dani Bento danibento at overdestiny.com
Thu Apr 28 23:43:18 UTC 2016


# HG changeset patch
# User Daniela Bento <danibento at overdestiny.com>
# Date 1461886571 -3600
#      Fri Apr 29 00:36:11 2016 +0100
# Node ID 6a1f953371d22ab082f05b5249d29ec72f934411
# Parent  2f98b5709d7965e7c97cb74b8380014179c7bf0d
Contrib: add support for Log ZMQ on Vim Syntax

Add support for the 3rd party module Log ZMQ to the Vim Syntax

diff -r 2f98b5709d79 -r 6a1f953371d2 contrib/vim/syntax/nginx.vim
--- a/contrib/vim/syntax/nginx.vim Thu Apr 28 16:30:19 2016 +0300
+++ b/contrib/vim/syntax/nginx.vim Fri Apr 29 00:36:11 2016 +0100
@@ -669,6 +669,13 @@
 syn keyword ngxDirectiveThirdParty log_request_speed_filter
 syn keyword ngxDirectiveThirdParty log_request_speed_filter_timeout

+" Log ZMQ http://https://www.nginx.com/resources/wiki/modules/log_zmq/>
+" ZeroMQ logger module for nginx
+syn keyword ngxDirectiveThirdParty log_zmq_server
+syn keyword ngxDirectiveThirdParty log_zmq_format
+syn keyword ngxDirectiveThirdParty log_zmq_endpoint
+syn keyword ngxDirectiveThirdParty log_zmq_off
+
 " Memc Module <http://wiki.nginx.org/NginxHttpMemcModule>
 " An extended version of the standard memcached module that supports set,
add, delete, and many more memcached commands.
 syn keyword ngxDirectiveThirdParty memc_buffer_size
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx-devel/attachments/20160429/3315af77/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: log_zmq_vim.patch
Type: text/x-patch
Size: 1243 bytes
Desc: not available
URL: <http://mailman.nginx.org/pipermail/nginx-devel/attachments/20160429/3315af77/attachment.bin>


More information about the nginx-devel mailing list