diff options
author | Gena Makhomed <gmm@csdoc.com> | 2018-02-01 11:15:14 +0200 |
---|---|---|
committer | Gena Makhomed <gmm@csdoc.com> | 2018-02-01 11:15:14 +0200 |
commit | 776869a974b817f2b13b7186d4bdb42210f6ce29 (patch) | |
tree | b983fefacf4ead1cc79d3ceb7a76038a541067b8 /contrib/vim/syntax/nginx.vim | |
parent | b0f53dd0ebf67d4152ca2e1a2496519d4c16144b (diff) | |
download | nginx-776869a974b817f2b13b7186d4bdb42210f6ce29.tar.gz nginx-776869a974b817f2b13b7186d4bdb42210f6ce29.zip |
Contrib: vim syntax, update 3rd party module directives.
Add new directives for 3rd party modules.
Diffstat (limited to 'contrib/vim/syntax/nginx.vim')
-rw-r--r-- | contrib/vim/syntax/nginx.vim | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/vim/syntax/nginx.vim b/contrib/vim/syntax/nginx.vim index 766bcce28..0a21372eb 100644 --- a/contrib/vim/syntax/nginx.vim +++ b/contrib/vim/syntax/nginx.vim @@ -954,6 +954,7 @@ syn keyword ngxDirectiveThirdParty contained nchan_redis_publish_msgpacked_max_s syn keyword ngxDirectiveThirdParty contained nchan_redis_server syn keyword ngxDirectiveThirdParty contained nchan_redis_storage_mode syn keyword ngxDirectiveThirdParty contained nchan_redis_url +syn keyword ngxDirectiveThirdParty contained nchan_redis_wait_after_connecting syn keyword ngxDirectiveThirdParty contained nchan_shared_memory_size syn keyword ngxDirectiveThirdParty contained nchan_storage_engine syn keyword ngxDirectiveThirdParty contained nchan_store_messages @@ -1080,6 +1081,8 @@ syn keyword ngxDirectiveThirdParty contained tnt_select syn keyword ngxDirectiveThirdParty contained tnt_select_limit_max syn keyword ngxDirectiveThirdParty contained tnt_send_timeout syn keyword ngxDirectiveThirdParty contained tnt_set_header +syn keyword ngxDirectiveThirdParty contained tnt_update +syn keyword ngxDirectiveThirdParty contained tnt_upsert " A module for nginx web server for handling file uploads using multipart/form-data encoding (RFC 1867) " https://github.com/Austinb/nginx-upload-module @@ -2106,8 +2109,10 @@ syn keyword ngxDirectiveThirdParty contained echo_sleep " Embed the power of Lua into NGINX TCP/UDP servers " https://github.com/openresty/stream-lua-nginx-module +syn keyword ngxDirectiveThirdParty contained lua_add_variable syn keyword ngxDirectiveThirdParty contained preread_by_lua_block syn keyword ngxDirectiveThirdParty contained preread_by_lua_file +syn keyword ngxDirectiveThirdParty contained preread_by_lua_no_postpone " nginx-upsync-module " https://github.com/weibocom/nginx-upsync-module |