comparison contrib/vim/syntax/nginx.vim @ 7196:2e0de79805ee

Contrib: vim syntax, update 3rd party module directives. Add new directives for 3rd party modules.
author Gena Makhomed <gmm@csdoc.com>
date Thu, 01 Feb 2018 11:15:14 +0200
parents 6db472f8dc8e
children 169d0eb76de7
comparison
equal deleted inserted replaced
7195:6db472f8dc8e 7196:2e0de79805ee
952 syn keyword ngxDirectiveThirdParty contained nchan_redis_ping_interval 952 syn keyword ngxDirectiveThirdParty contained nchan_redis_ping_interval
953 syn keyword ngxDirectiveThirdParty contained nchan_redis_publish_msgpacked_max_size 953 syn keyword ngxDirectiveThirdParty contained nchan_redis_publish_msgpacked_max_size
954 syn keyword ngxDirectiveThirdParty contained nchan_redis_server 954 syn keyword ngxDirectiveThirdParty contained nchan_redis_server
955 syn keyword ngxDirectiveThirdParty contained nchan_redis_storage_mode 955 syn keyword ngxDirectiveThirdParty contained nchan_redis_storage_mode
956 syn keyword ngxDirectiveThirdParty contained nchan_redis_url 956 syn keyword ngxDirectiveThirdParty contained nchan_redis_url
957 syn keyword ngxDirectiveThirdParty contained nchan_redis_wait_after_connecting
957 syn keyword ngxDirectiveThirdParty contained nchan_shared_memory_size 958 syn keyword ngxDirectiveThirdParty contained nchan_shared_memory_size
958 syn keyword ngxDirectiveThirdParty contained nchan_storage_engine 959 syn keyword ngxDirectiveThirdParty contained nchan_storage_engine
959 syn keyword ngxDirectiveThirdParty contained nchan_store_messages 960 syn keyword ngxDirectiveThirdParty contained nchan_store_messages
960 syn keyword ngxDirectiveThirdParty contained nchan_stub_status 961 syn keyword ngxDirectiveThirdParty contained nchan_stub_status
961 syn keyword ngxDirectiveThirdParty contained nchan_sub_channel_id 962 syn keyword ngxDirectiveThirdParty contained nchan_sub_channel_id
1078 syn keyword ngxDirectiveThirdParty contained tnt_replace 1079 syn keyword ngxDirectiveThirdParty contained tnt_replace
1079 syn keyword ngxDirectiveThirdParty contained tnt_select 1080 syn keyword ngxDirectiveThirdParty contained tnt_select
1080 syn keyword ngxDirectiveThirdParty contained tnt_select_limit_max 1081 syn keyword ngxDirectiveThirdParty contained tnt_select_limit_max
1081 syn keyword ngxDirectiveThirdParty contained tnt_send_timeout 1082 syn keyword ngxDirectiveThirdParty contained tnt_send_timeout
1082 syn keyword ngxDirectiveThirdParty contained tnt_set_header 1083 syn keyword ngxDirectiveThirdParty contained tnt_set_header
1084 syn keyword ngxDirectiveThirdParty contained tnt_update
1085 syn keyword ngxDirectiveThirdParty contained tnt_upsert
1083 1086
1084 " A module for nginx web server for handling file uploads using multipart/form-data encoding (RFC 1867) 1087 " A module for nginx web server for handling file uploads using multipart/form-data encoding (RFC 1867)
1085 " https://github.com/Austinb/nginx-upload-module 1088 " https://github.com/Austinb/nginx-upload-module
1086 syn keyword ngxDirectiveThirdParty contained upload_aggregate_form_field 1089 syn keyword ngxDirectiveThirdParty contained upload_aggregate_form_field
1087 syn keyword ngxDirectiveThirdParty contained upload_archive_elm 1090 syn keyword ngxDirectiveThirdParty contained upload_archive_elm
2104 syn keyword ngxDirectiveThirdParty contained echo_send_timeout 2107 syn keyword ngxDirectiveThirdParty contained echo_send_timeout
2105 syn keyword ngxDirectiveThirdParty contained echo_sleep 2108 syn keyword ngxDirectiveThirdParty contained echo_sleep
2106 2109
2107 " Embed the power of Lua into NGINX TCP/UDP servers 2110 " Embed the power of Lua into NGINX TCP/UDP servers
2108 " https://github.com/openresty/stream-lua-nginx-module 2111 " https://github.com/openresty/stream-lua-nginx-module
2112 syn keyword ngxDirectiveThirdParty contained lua_add_variable
2109 syn keyword ngxDirectiveThirdParty contained preread_by_lua_block 2113 syn keyword ngxDirectiveThirdParty contained preread_by_lua_block
2110 syn keyword ngxDirectiveThirdParty contained preread_by_lua_file 2114 syn keyword ngxDirectiveThirdParty contained preread_by_lua_file
2115 syn keyword ngxDirectiveThirdParty contained preread_by_lua_no_postpone
2111 2116
2112 " nginx-upsync-module 2117 " nginx-upsync-module
2113 " https://github.com/weibocom/nginx-upsync-module 2118 " https://github.com/weibocom/nginx-upsync-module
2114 syn keyword ngxDirectiveThirdParty contained upstream_show 2119 syn keyword ngxDirectiveThirdParty contained upstream_show
2115 syn keyword ngxDirectiveThirdParty contained upsync 2120 syn keyword ngxDirectiveThirdParty contained upsync