Skip to content

Commit

Permalink
Contrib: vim syntax, update 3rd party module directives.
Browse files Browse the repository at this point in the history
Add new directives for 3rd party modules.
  • Loading branch information
Gena Makhomed committed Feb 1, 2018
1 parent b0f53dd commit 776869a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contrib/vim/syntax/nginx.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 776869a

Please sign in to comment.