[PATCH] Contrib: vim syntax, update core and 3rd party module directives.

Gena Makhomed gmm at csdoc.com
Mon Dec 20 18:05:54 UTC 2021


# HG changeset patch
# User Gena Makhomed <gmm at csdoc.com>
# Date 1640023368 -7200
#      Mon Dec 20 20:02:48 2021 +0200
# Node ID 4719937b5dcbc5345e1a4cbf4bf84d2da4e316f8
# Parent  a7a77549265ef46f1f0fdb3897f4beabf9e09c40
Contrib: vim syntax, update core and 3rd party module directives.

diff -r a7a77549265e -r 4719937b5dcb contrib/vim/syntax/nginx.vim
--- a/contrib/vim/syntax/nginx.vim	Thu Nov 25 22:02:10 2021 +0300
+++ b/contrib/vim/syntax/nginx.vim	Mon Dec 20 20:02:48 2021 +0200
@@ -152,6 +152,7 @@
  syn keyword ngxDirective contained auth_jwt_key_file
  syn keyword ngxDirective contained auth_jwt_key_request
  syn keyword ngxDirective contained auth_jwt_leeway
+syn keyword ngxDirective contained auth_jwt_require
  syn keyword ngxDirective contained auth_jwt_type
  syn keyword ngxDirective contained auth_request
  syn keyword ngxDirective contained auth_request_set
@@ -335,6 +336,10 @@
  syn keyword ngxDirective contained js_access
  syn keyword ngxDirective contained js_body_filter
  syn keyword ngxDirective contained js_content
+syn keyword ngxDirective contained js_fetch_ciphers
+syn keyword ngxDirective contained js_fetch_protocols
+syn keyword ngxDirective contained js_fetch_trusted_certificate
+syn keyword ngxDirective contained js_fetch_verify_depth
  syn keyword ngxDirective contained js_filter
  syn keyword ngxDirective contained js_header_filter
  syn keyword ngxDirective contained js_import
@@ -402,6 +407,7 @@
  syn keyword ngxDirective contained mp4_limit_rate
  syn keyword ngxDirective contained mp4_limit_rate_after
  syn keyword ngxDirective contained mp4_max_buffer_size
+syn keyword ngxDirective contained mp4_start_key_frame
  syn keyword ngxDirective contained msie_padding
  syn keyword ngxDirective contained msie_refresh
  syn keyword ngxDirective contained multi_accept
@@ -458,6 +464,7 @@
  syn keyword ngxDirective contained proxy_cookie_path
  syn keyword ngxDirective contained proxy_download_rate
  syn keyword ngxDirective contained proxy_force_ranges
+syn keyword ngxDirective contained proxy_half_close
  syn keyword ngxDirective contained proxy_headers_hash_bucket_size
  syn keyword ngxDirective contained proxy_headers_hash_max_size
  syn keyword ngxDirective contained proxy_hide_header
@@ -597,6 +604,7 @@
  syn keyword ngxDirective contained ssi_silent_errors
  syn keyword ngxDirective contained ssi_types
  syn keyword ngxDirective contained ssi_value_length
+syn keyword ngxDirective contained ssl_alpn
  syn keyword ngxDirective contained ssl_buffer_size
  syn keyword ngxDirective contained ssl_certificate
  syn keyword ngxDirective contained ssl_certificate_key
@@ -788,13 +796,18 @@
  syn keyword ngxDirectiveThirdParty contained auth_gss
  syn keyword ngxDirectiveThirdParty contained auth_gss_allow_basic_fallback
  syn keyword ngxDirectiveThirdParty contained auth_gss_authorized_principal
+syn keyword ngxDirectiveThirdParty contained 
auth_gss_authorized_principal_regex
+syn keyword ngxDirectiveThirdParty contained 
auth_gss_constrained_delegation
+syn keyword ngxDirectiveThirdParty contained auth_gss_delegate_credentials
  syn keyword ngxDirectiveThirdParty contained auth_gss_force_realm
  syn keyword ngxDirectiveThirdParty contained auth_gss_format_full
  syn keyword ngxDirectiveThirdParty contained auth_gss_keytab
  syn keyword ngxDirectiveThirdParty contained auth_gss_map_to_local
  syn keyword ngxDirectiveThirdParty contained auth_gss_realm
+syn keyword ngxDirectiveThirdParty contained auth_gss_service_ccache
  syn keyword ngxDirectiveThirdParty contained auth_gss_service_name

+
  " LDAP Authentication
  " https://github.com/kvspb/nginx-auth-ldap
  syn keyword ngxDirectiveThirdParty contained auth_ldap
@@ -969,7 +982,6 @@
  syn keyword ngxDirectiveThirdParty contained fancyindex_hide_symlinks
  syn keyword ngxDirectiveThirdParty contained fancyindex_ignore
  syn keyword ngxDirectiveThirdParty contained fancyindex_localtime
-syn keyword ngxDirectiveThirdParty contained fancyindex_name_length
  syn keyword ngxDirectiveThirdParty contained fancyindex_show_dotfiles
  syn keyword ngxDirectiveThirdParty contained fancyindex_show_path
  syn keyword ngxDirectiveThirdParty contained fancyindex_time_format
@@ -1059,7 +1071,9 @@
  syn keyword ngxDirectiveThirdParty contained nchan_pubsub
  syn keyword ngxDirectiveThirdParty contained nchan_pubsub_channel_id
  syn keyword ngxDirectiveThirdParty contained nchan_pubsub_location
+syn keyword ngxDirectiveThirdParty contained 
nchan_redis_cluster_check_interval
  syn keyword ngxDirectiveThirdParty contained nchan_redis_connect_timeout
+syn keyword ngxDirectiveThirdParty contained 
nchan_redis_discovered_ip_range_blacklist
  syn keyword ngxDirectiveThirdParty contained 
nchan_redis_fakesub_timer_interval
  syn keyword ngxDirectiveThirdParty contained 
nchan_redis_idle_channel_cache_timeout
  syn keyword ngxDirectiveThirdParty contained nchan_redis_namespace
@@ -1067,12 +1081,29 @@
  syn keyword ngxDirectiveThirdParty contained nchan_redis_optimize_target
  syn keyword ngxDirectiveThirdParty contained nchan_redis_pass
  syn keyword ngxDirectiveThirdParty contained nchan_redis_pass_inheritable
+syn keyword ngxDirectiveThirdParty contained nchan_redis_password
  syn keyword ngxDirectiveThirdParty contained nchan_redis_ping_interval
  syn keyword ngxDirectiveThirdParty contained 
nchan_redis_publish_msgpacked_max_size
  syn keyword ngxDirectiveThirdParty contained nchan_redis_server
+syn keyword ngxDirectiveThirdParty contained nchan_redis_ssl
+syn keyword ngxDirectiveThirdParty contained nchan_redis_ssl_ciphers
+syn keyword ngxDirectiveThirdParty contained 
nchan_redis_ssl_client_certificate
+syn keyword ngxDirectiveThirdParty contained 
nchan_redis_ssl_client_certificate_key
+syn keyword ngxDirectiveThirdParty contained nchan_redis_ssl_server_name
+syn keyword ngxDirectiveThirdParty contained 
nchan_redis_ssl_trusted_certificate
+syn keyword ngxDirectiveThirdParty contained 
nchan_redis_ssl_trusted_certificate_path
+syn keyword ngxDirectiveThirdParty contained 
nchan_redis_ssl_verify_certificate
  syn keyword ngxDirectiveThirdParty contained nchan_redis_storage_mode
  syn keyword ngxDirectiveThirdParty contained nchan_redis_subscribe_weights
+syn keyword ngxDirectiveThirdParty contained nchan_redis_tls
+syn keyword ngxDirectiveThirdParty contained nchan_redis_tls_ciphers
+syn keyword ngxDirectiveThirdParty contained 
nchan_redis_tls_client_certificate
+syn keyword ngxDirectiveThirdParty contained nchan_redis_tls_server_name
+syn keyword ngxDirectiveThirdParty contained 
nchan_redis_tls_trusted_certificate
+syn keyword ngxDirectiveThirdParty contained 
nchan_redis_tls_trusted_certificate_path
+syn keyword ngxDirectiveThirdParty contained 
nchan_redis_tls_verify_certificate
  syn keyword ngxDirectiveThirdParty contained nchan_redis_url
+syn keyword ngxDirectiveThirdParty contained nchan_redis_username
  syn keyword ngxDirectiveThirdParty contained 
nchan_redis_wait_after_connecting
  syn keyword ngxDirectiveThirdParty contained nchan_shared_memory_size
  syn keyword ngxDirectiveThirdParty contained nchan_storage_engine
@@ -1385,6 +1416,7 @@
  syn keyword ngxDirectiveThirdParty contained lua_socket_send_lowat
  syn keyword ngxDirectiveThirdParty contained lua_socket_send_timeout
  syn keyword ngxDirectiveThirdParty contained lua_ssl_ciphers
+syn keyword ngxDirectiveThirdParty contained lua_ssl_conf_command
  syn keyword ngxDirectiveThirdParty contained lua_ssl_crl
  syn keyword ngxDirectiveThirdParty contained lua_ssl_protocols
  syn keyword ngxDirectiveThirdParty contained lua_ssl_trusted_certificate
@@ -1392,6 +1424,7 @@
  syn keyword ngxDirectiveThirdParty contained lua_thread_cache_max_entries
  syn keyword ngxDirectiveThirdParty contained 
lua_transform_underscores_in_response_headers
  syn keyword ngxDirectiveThirdParty contained lua_use_default_type
+syn keyword ngxDirectiveThirdParty contained lua_worker_thread_vm_pool_size
  syn keyword ngxDirectiveThirdParty contained rewrite_by_lua
  syn keyword ngxDirectiveThirdParty contained rewrite_by_lua_block
  syn keyword ngxDirectiveThirdParty contained rewrite_by_lua_file
@@ -1401,6 +1434,8 @@
  syn keyword ngxDirectiveThirdParty contained set_by_lua_file
  syn keyword ngxDirectiveThirdParty contained ssl_certificate_by_lua_block
  syn keyword ngxDirectiveThirdParty contained ssl_certificate_by_lua_file
+syn keyword ngxDirectiveThirdParty contained ssl_client_hello_by_lua_block
+syn keyword ngxDirectiveThirdParty contained ssl_client_hello_by_lua_file
  syn keyword ngxDirectiveThirdParty contained 
ssl_session_fetch_by_lua_block
  syn keyword ngxDirectiveThirdParty contained ssl_session_fetch_by_lua_file
  syn keyword ngxDirectiveThirdParty contained 
ssl_session_store_by_lua_block
@@ -1719,15 +1754,18 @@
  syn keyword ngxDirectiveThirdParty contained set_base32_padding
  syn keyword ngxDirectiveThirdParty contained set_decode_base32
  syn keyword ngxDirectiveThirdParty contained set_decode_base64
+syn keyword ngxDirectiveThirdParty contained set_decode_base64url
  syn keyword ngxDirectiveThirdParty contained set_decode_hex
  syn keyword ngxDirectiveThirdParty contained set_encode_base32
  syn keyword ngxDirectiveThirdParty contained set_encode_base64
+syn keyword ngxDirectiveThirdParty contained set_encode_base64url
  syn keyword ngxDirectiveThirdParty contained set_encode_hex
  syn keyword ngxDirectiveThirdParty contained set_escape_uri
  syn keyword ngxDirectiveThirdParty contained set_formatted_gmt_time
  syn keyword ngxDirectiveThirdParty contained set_formatted_local_time
  syn keyword ngxDirectiveThirdParty contained set_hashed_upstream
  syn keyword ngxDirectiveThirdParty contained set_hmac_sha1
+syn keyword ngxDirectiveThirdParty contained set_hmac_sha256
  syn keyword ngxDirectiveThirdParty contained set_if_empty
  syn keyword ngxDirectiveThirdParty contained set_local_today
  syn keyword ngxDirectiveThirdParty contained set_misc_base32_padding
@@ -1849,6 +1887,7 @@
  syn keyword ngxDirectiveThirdParty contained vod_open_file_thread_pool
  syn keyword ngxDirectiveThirdParty contained vod_output_buffer_pool
  syn keyword ngxDirectiveThirdParty contained vod_parse_hdlr_name
+syn keyword ngxDirectiveThirdParty contained vod_parse_udta_name
  syn keyword ngxDirectiveThirdParty contained vod_path_response_postfix
  syn keyword ngxDirectiveThirdParty contained vod_path_response_prefix
  syn keyword ngxDirectiveThirdParty contained vod_performance_counters



More information about the nginx-devel mailing list