Mercurial > ec-dotfiles
comparison vendor/vim-syntax/nginx.vim @ 673:6cdd7d26260d
[vim] Update syntaxes and colors
| author | nanaya <me@nanaya.pro> |
|---|---|
| date | Tue, 05 Apr 2022 13:55:06 +0900 |
| parents | c74dffea6a0a |
| children | 1e0f578f6752 |
comparison
equal
deleted
inserted
replaced
| 672:2febdacae5b4 | 673:6cdd7d26260d |
|---|---|
| 2 " Language: nginx.conf | 2 " Language: nginx.conf |
| 3 | 3 |
| 4 if exists("b:current_syntax") | 4 if exists("b:current_syntax") |
| 5 finish | 5 finish |
| 6 end | 6 end |
| 7 | |
| 8 let s:save_cpo = &cpo | |
| 9 set cpo&vim | |
| 7 | 10 |
| 8 " general syntax | 11 " general syntax |
| 9 | 12 |
| 10 if has("patch-7.4.1142") | 13 if has("patch-7.4.1142") |
| 11 " except control characters, ";", "{", and "}" | 14 " except control characters, ";", "{", and "}" |
| 150 syn keyword ngxDirective contained auth_jwt_claim_set | 153 syn keyword ngxDirective contained auth_jwt_claim_set |
| 151 syn keyword ngxDirective contained auth_jwt_header_set | 154 syn keyword ngxDirective contained auth_jwt_header_set |
| 152 syn keyword ngxDirective contained auth_jwt_key_file | 155 syn keyword ngxDirective contained auth_jwt_key_file |
| 153 syn keyword ngxDirective contained auth_jwt_key_request | 156 syn keyword ngxDirective contained auth_jwt_key_request |
| 154 syn keyword ngxDirective contained auth_jwt_leeway | 157 syn keyword ngxDirective contained auth_jwt_leeway |
| 158 syn keyword ngxDirective contained auth_jwt_require | |
| 155 syn keyword ngxDirective contained auth_jwt_type | 159 syn keyword ngxDirective contained auth_jwt_type |
| 156 syn keyword ngxDirective contained auth_request | 160 syn keyword ngxDirective contained auth_request |
| 157 syn keyword ngxDirective contained auth_request_set | 161 syn keyword ngxDirective contained auth_request_set |
| 158 syn keyword ngxDirective contained autoindex | 162 syn keyword ngxDirective contained autoindex |
| 159 syn keyword ngxDirective contained autoindex_exact_size | 163 syn keyword ngxDirective contained autoindex_exact_size |
| 333 syn keyword ngxDirective contained iocp_threads | 337 syn keyword ngxDirective contained iocp_threads |
| 334 syn keyword ngxDirective contained ip_hash | 338 syn keyword ngxDirective contained ip_hash |
| 335 syn keyword ngxDirective contained js_access | 339 syn keyword ngxDirective contained js_access |
| 336 syn keyword ngxDirective contained js_body_filter | 340 syn keyword ngxDirective contained js_body_filter |
| 337 syn keyword ngxDirective contained js_content | 341 syn keyword ngxDirective contained js_content |
| 342 syn keyword ngxDirective contained js_fetch_ciphers | |
| 343 syn keyword ngxDirective contained js_fetch_protocols | |
| 344 syn keyword ngxDirective contained js_fetch_trusted_certificate | |
| 345 syn keyword ngxDirective contained js_fetch_verify_depth | |
| 338 syn keyword ngxDirective contained js_filter | 346 syn keyword ngxDirective contained js_filter |
| 339 syn keyword ngxDirective contained js_header_filter | 347 syn keyword ngxDirective contained js_header_filter |
| 340 syn keyword ngxDirective contained js_import | 348 syn keyword ngxDirective contained js_import |
| 341 syn keyword ngxDirective contained js_include | 349 syn keyword ngxDirective contained js_include |
| 342 syn keyword ngxDirective contained js_path | 350 syn keyword ngxDirective contained js_path |
| 400 syn keyword ngxDirective contained mp4 | 408 syn keyword ngxDirective contained mp4 |
| 401 syn keyword ngxDirective contained mp4_buffer_size | 409 syn keyword ngxDirective contained mp4_buffer_size |
| 402 syn keyword ngxDirective contained mp4_limit_rate | 410 syn keyword ngxDirective contained mp4_limit_rate |
| 403 syn keyword ngxDirective contained mp4_limit_rate_after | 411 syn keyword ngxDirective contained mp4_limit_rate_after |
| 404 syn keyword ngxDirective contained mp4_max_buffer_size | 412 syn keyword ngxDirective contained mp4_max_buffer_size |
| 413 syn keyword ngxDirective contained mp4_start_key_frame | |
| 405 syn keyword ngxDirective contained msie_padding | 414 syn keyword ngxDirective contained msie_padding |
| 406 syn keyword ngxDirective contained msie_refresh | 415 syn keyword ngxDirective contained msie_refresh |
| 407 syn keyword ngxDirective contained multi_accept | 416 syn keyword ngxDirective contained multi_accept |
| 408 syn keyword ngxDirective contained ntlm | 417 syn keyword ngxDirective contained ntlm |
| 409 syn keyword ngxDirective contained open_file_cache | 418 syn keyword ngxDirective contained open_file_cache |
| 456 syn keyword ngxDirective contained proxy_cookie_domain | 465 syn keyword ngxDirective contained proxy_cookie_domain |
| 457 syn keyword ngxDirective contained proxy_cookie_flags | 466 syn keyword ngxDirective contained proxy_cookie_flags |
| 458 syn keyword ngxDirective contained proxy_cookie_path | 467 syn keyword ngxDirective contained proxy_cookie_path |
| 459 syn keyword ngxDirective contained proxy_download_rate | 468 syn keyword ngxDirective contained proxy_download_rate |
| 460 syn keyword ngxDirective contained proxy_force_ranges | 469 syn keyword ngxDirective contained proxy_force_ranges |
| 470 syn keyword ngxDirective contained proxy_half_close | |
| 461 syn keyword ngxDirective contained proxy_headers_hash_bucket_size | 471 syn keyword ngxDirective contained proxy_headers_hash_bucket_size |
| 462 syn keyword ngxDirective contained proxy_headers_hash_max_size | 472 syn keyword ngxDirective contained proxy_headers_hash_max_size |
| 463 syn keyword ngxDirective contained proxy_hide_header | 473 syn keyword ngxDirective contained proxy_hide_header |
| 464 syn keyword ngxDirective contained proxy_http_version | 474 syn keyword ngxDirective contained proxy_http_version |
| 465 syn keyword ngxDirective contained proxy_ignore_client_abort | 475 syn keyword ngxDirective contained proxy_ignore_client_abort |
| 595 syn keyword ngxDirective contained ssi_last_modified | 605 syn keyword ngxDirective contained ssi_last_modified |
| 596 syn keyword ngxDirective contained ssi_min_file_chunk | 606 syn keyword ngxDirective contained ssi_min_file_chunk |
| 597 syn keyword ngxDirective contained ssi_silent_errors | 607 syn keyword ngxDirective contained ssi_silent_errors |
| 598 syn keyword ngxDirective contained ssi_types | 608 syn keyword ngxDirective contained ssi_types |
| 599 syn keyword ngxDirective contained ssi_value_length | 609 syn keyword ngxDirective contained ssi_value_length |
| 610 syn keyword ngxDirective contained ssl_alpn | |
| 600 syn keyword ngxDirective contained ssl_buffer_size | 611 syn keyword ngxDirective contained ssl_buffer_size |
| 601 syn keyword ngxDirective contained ssl_certificate | 612 syn keyword ngxDirective contained ssl_certificate |
| 602 syn keyword ngxDirective contained ssl_certificate_key | 613 syn keyword ngxDirective contained ssl_certificate_key |
| 603 syn keyword ngxDirective contained ssl_ciphers | 614 syn keyword ngxDirective contained ssl_ciphers |
| 604 syn keyword ngxDirective contained ssl_client_certificate | 615 syn keyword ngxDirective contained ssl_client_certificate |
| 786 " SPNEGO Authentication | 797 " SPNEGO Authentication |
| 787 " https://github.com/stnoonan/spnego-http-auth-nginx-module | 798 " https://github.com/stnoonan/spnego-http-auth-nginx-module |
| 788 syn keyword ngxDirectiveThirdParty contained auth_gss | 799 syn keyword ngxDirectiveThirdParty contained auth_gss |
| 789 syn keyword ngxDirectiveThirdParty contained auth_gss_allow_basic_fallback | 800 syn keyword ngxDirectiveThirdParty contained auth_gss_allow_basic_fallback |
| 790 syn keyword ngxDirectiveThirdParty contained auth_gss_authorized_principal | 801 syn keyword ngxDirectiveThirdParty contained auth_gss_authorized_principal |
| 802 syn keyword ngxDirectiveThirdParty contained auth_gss_authorized_principal_regex | |
| 803 syn keyword ngxDirectiveThirdParty contained auth_gss_constrained_delegation | |
| 804 syn keyword ngxDirectiveThirdParty contained auth_gss_delegate_credentials | |
| 791 syn keyword ngxDirectiveThirdParty contained auth_gss_force_realm | 805 syn keyword ngxDirectiveThirdParty contained auth_gss_force_realm |
| 792 syn keyword ngxDirectiveThirdParty contained auth_gss_format_full | 806 syn keyword ngxDirectiveThirdParty contained auth_gss_format_full |
| 793 syn keyword ngxDirectiveThirdParty contained auth_gss_keytab | 807 syn keyword ngxDirectiveThirdParty contained auth_gss_keytab |
| 794 syn keyword ngxDirectiveThirdParty contained auth_gss_map_to_local | 808 syn keyword ngxDirectiveThirdParty contained auth_gss_map_to_local |
| 795 syn keyword ngxDirectiveThirdParty contained auth_gss_realm | 809 syn keyword ngxDirectiveThirdParty contained auth_gss_realm |
| 810 syn keyword ngxDirectiveThirdParty contained auth_gss_service_ccache | |
| 796 syn keyword ngxDirectiveThirdParty contained auth_gss_service_name | 811 syn keyword ngxDirectiveThirdParty contained auth_gss_service_name |
| 797 | 812 |
| 798 " LDAP Authentication | 813 " LDAP Authentication |
| 799 " https://github.com/kvspb/nginx-auth-ldap | 814 " https://github.com/kvspb/nginx-auth-ldap |
| 800 syn keyword ngxDirectiveThirdParty contained auth_ldap | 815 syn keyword ngxDirectiveThirdParty contained auth_ldap |
| 967 syn keyword ngxDirectiveThirdParty contained fancyindex_header | 982 syn keyword ngxDirectiveThirdParty contained fancyindex_header |
| 968 syn keyword ngxDirectiveThirdParty contained fancyindex_hide_parent_dir | 983 syn keyword ngxDirectiveThirdParty contained fancyindex_hide_parent_dir |
| 969 syn keyword ngxDirectiveThirdParty contained fancyindex_hide_symlinks | 984 syn keyword ngxDirectiveThirdParty contained fancyindex_hide_symlinks |
| 970 syn keyword ngxDirectiveThirdParty contained fancyindex_ignore | 985 syn keyword ngxDirectiveThirdParty contained fancyindex_ignore |
| 971 syn keyword ngxDirectiveThirdParty contained fancyindex_localtime | 986 syn keyword ngxDirectiveThirdParty contained fancyindex_localtime |
| 972 syn keyword ngxDirectiveThirdParty contained fancyindex_name_length | |
| 973 syn keyword ngxDirectiveThirdParty contained fancyindex_show_dotfiles | 987 syn keyword ngxDirectiveThirdParty contained fancyindex_show_dotfiles |
| 974 syn keyword ngxDirectiveThirdParty contained fancyindex_show_path | 988 syn keyword ngxDirectiveThirdParty contained fancyindex_show_path |
| 975 syn keyword ngxDirectiveThirdParty contained fancyindex_time_format | 989 syn keyword ngxDirectiveThirdParty contained fancyindex_time_format |
| 976 | 990 |
| 977 " Footer filter | 991 " Footer filter |
| 1057 syn keyword ngxDirectiveThirdParty contained nchan_publisher_location | 1071 syn keyword ngxDirectiveThirdParty contained nchan_publisher_location |
| 1058 syn keyword ngxDirectiveThirdParty contained nchan_publisher_upstream_request | 1072 syn keyword ngxDirectiveThirdParty contained nchan_publisher_upstream_request |
| 1059 syn keyword ngxDirectiveThirdParty contained nchan_pubsub | 1073 syn keyword ngxDirectiveThirdParty contained nchan_pubsub |
| 1060 syn keyword ngxDirectiveThirdParty contained nchan_pubsub_channel_id | 1074 syn keyword ngxDirectiveThirdParty contained nchan_pubsub_channel_id |
| 1061 syn keyword ngxDirectiveThirdParty contained nchan_pubsub_location | 1075 syn keyword ngxDirectiveThirdParty contained nchan_pubsub_location |
| 1076 syn keyword ngxDirectiveThirdParty contained nchan_redis_cluster_check_interval | |
| 1062 syn keyword ngxDirectiveThirdParty contained nchan_redis_connect_timeout | 1077 syn keyword ngxDirectiveThirdParty contained nchan_redis_connect_timeout |
| 1078 syn keyword ngxDirectiveThirdParty contained nchan_redis_discovered_ip_range_blacklist | |
| 1063 syn keyword ngxDirectiveThirdParty contained nchan_redis_fakesub_timer_interval | 1079 syn keyword ngxDirectiveThirdParty contained nchan_redis_fakesub_timer_interval |
| 1064 syn keyword ngxDirectiveThirdParty contained nchan_redis_idle_channel_cache_timeout | 1080 syn keyword ngxDirectiveThirdParty contained nchan_redis_idle_channel_cache_timeout |
| 1065 syn keyword ngxDirectiveThirdParty contained nchan_redis_namespace | 1081 syn keyword ngxDirectiveThirdParty contained nchan_redis_namespace |
| 1066 syn keyword ngxDirectiveThirdParty contained nchan_redis_nostore_fastpublish | 1082 syn keyword ngxDirectiveThirdParty contained nchan_redis_nostore_fastpublish |
| 1067 syn keyword ngxDirectiveThirdParty contained nchan_redis_optimize_target | 1083 syn keyword ngxDirectiveThirdParty contained nchan_redis_optimize_target |
| 1068 syn keyword ngxDirectiveThirdParty contained nchan_redis_pass | 1084 syn keyword ngxDirectiveThirdParty contained nchan_redis_pass |
| 1069 syn keyword ngxDirectiveThirdParty contained nchan_redis_pass_inheritable | 1085 syn keyword ngxDirectiveThirdParty contained nchan_redis_pass_inheritable |
| 1086 syn keyword ngxDirectiveThirdParty contained nchan_redis_password | |
| 1070 syn keyword ngxDirectiveThirdParty contained nchan_redis_ping_interval | 1087 syn keyword ngxDirectiveThirdParty contained nchan_redis_ping_interval |
| 1071 syn keyword ngxDirectiveThirdParty contained nchan_redis_publish_msgpacked_max_size | 1088 syn keyword ngxDirectiveThirdParty contained nchan_redis_publish_msgpacked_max_size |
| 1072 syn keyword ngxDirectiveThirdParty contained nchan_redis_server | 1089 syn keyword ngxDirectiveThirdParty contained nchan_redis_server |
| 1090 syn keyword ngxDirectiveThirdParty contained nchan_redis_ssl | |
| 1091 syn keyword ngxDirectiveThirdParty contained nchan_redis_ssl_ciphers | |
| 1092 syn keyword ngxDirectiveThirdParty contained nchan_redis_ssl_client_certificate | |
| 1093 syn keyword ngxDirectiveThirdParty contained nchan_redis_ssl_client_certificate_key | |
| 1094 syn keyword ngxDirectiveThirdParty contained nchan_redis_ssl_server_name | |
| 1095 syn keyword ngxDirectiveThirdParty contained nchan_redis_ssl_trusted_certificate | |
| 1096 syn keyword ngxDirectiveThirdParty contained nchan_redis_ssl_trusted_certificate_path | |
| 1097 syn keyword ngxDirectiveThirdParty contained nchan_redis_ssl_verify_certificate | |
| 1073 syn keyword ngxDirectiveThirdParty contained nchan_redis_storage_mode | 1098 syn keyword ngxDirectiveThirdParty contained nchan_redis_storage_mode |
| 1074 syn keyword ngxDirectiveThirdParty contained nchan_redis_subscribe_weights | 1099 syn keyword ngxDirectiveThirdParty contained nchan_redis_subscribe_weights |
| 1100 syn keyword ngxDirectiveThirdParty contained nchan_redis_tls | |
| 1101 syn keyword ngxDirectiveThirdParty contained nchan_redis_tls_ciphers | |
| 1102 syn keyword ngxDirectiveThirdParty contained nchan_redis_tls_client_certificate | |
| 1103 syn keyword ngxDirectiveThirdParty contained nchan_redis_tls_server_name | |
| 1104 syn keyword ngxDirectiveThirdParty contained nchan_redis_tls_trusted_certificate | |
| 1105 syn keyword ngxDirectiveThirdParty contained nchan_redis_tls_trusted_certificate_path | |
| 1106 syn keyword ngxDirectiveThirdParty contained nchan_redis_tls_verify_certificate | |
| 1075 syn keyword ngxDirectiveThirdParty contained nchan_redis_url | 1107 syn keyword ngxDirectiveThirdParty contained nchan_redis_url |
| 1108 syn keyword ngxDirectiveThirdParty contained nchan_redis_username | |
| 1076 syn keyword ngxDirectiveThirdParty contained nchan_redis_wait_after_connecting | 1109 syn keyword ngxDirectiveThirdParty contained nchan_redis_wait_after_connecting |
| 1077 syn keyword ngxDirectiveThirdParty contained nchan_shared_memory_size | 1110 syn keyword ngxDirectiveThirdParty contained nchan_shared_memory_size |
| 1078 syn keyword ngxDirectiveThirdParty contained nchan_storage_engine | 1111 syn keyword ngxDirectiveThirdParty contained nchan_storage_engine |
| 1079 syn keyword ngxDirectiveThirdParty contained nchan_store_messages | 1112 syn keyword ngxDirectiveThirdParty contained nchan_store_messages |
| 1080 syn keyword ngxDirectiveThirdParty contained nchan_stub_status | 1113 syn keyword ngxDirectiveThirdParty contained nchan_stub_status |
| 1383 syn keyword ngxDirectiveThirdParty contained lua_socket_pool_size | 1416 syn keyword ngxDirectiveThirdParty contained lua_socket_pool_size |
| 1384 syn keyword ngxDirectiveThirdParty contained lua_socket_read_timeout | 1417 syn keyword ngxDirectiveThirdParty contained lua_socket_read_timeout |
| 1385 syn keyword ngxDirectiveThirdParty contained lua_socket_send_lowat | 1418 syn keyword ngxDirectiveThirdParty contained lua_socket_send_lowat |
| 1386 syn keyword ngxDirectiveThirdParty contained lua_socket_send_timeout | 1419 syn keyword ngxDirectiveThirdParty contained lua_socket_send_timeout |
| 1387 syn keyword ngxDirectiveThirdParty contained lua_ssl_ciphers | 1420 syn keyword ngxDirectiveThirdParty contained lua_ssl_ciphers |
| 1421 syn keyword ngxDirectiveThirdParty contained lua_ssl_conf_command | |
| 1388 syn keyword ngxDirectiveThirdParty contained lua_ssl_crl | 1422 syn keyword ngxDirectiveThirdParty contained lua_ssl_crl |
| 1389 syn keyword ngxDirectiveThirdParty contained lua_ssl_protocols | 1423 syn keyword ngxDirectiveThirdParty contained lua_ssl_protocols |
| 1390 syn keyword ngxDirectiveThirdParty contained lua_ssl_trusted_certificate | 1424 syn keyword ngxDirectiveThirdParty contained lua_ssl_trusted_certificate |
| 1391 syn keyword ngxDirectiveThirdParty contained lua_ssl_verify_depth | 1425 syn keyword ngxDirectiveThirdParty contained lua_ssl_verify_depth |
| 1392 syn keyword ngxDirectiveThirdParty contained lua_thread_cache_max_entries | 1426 syn keyword ngxDirectiveThirdParty contained lua_thread_cache_max_entries |
| 1393 syn keyword ngxDirectiveThirdParty contained lua_transform_underscores_in_response_headers | 1427 syn keyword ngxDirectiveThirdParty contained lua_transform_underscores_in_response_headers |
| 1394 syn keyword ngxDirectiveThirdParty contained lua_use_default_type | 1428 syn keyword ngxDirectiveThirdParty contained lua_use_default_type |
| 1429 syn keyword ngxDirectiveThirdParty contained lua_worker_thread_vm_pool_size | |
| 1395 syn keyword ngxDirectiveThirdParty contained rewrite_by_lua | 1430 syn keyword ngxDirectiveThirdParty contained rewrite_by_lua |
| 1396 syn keyword ngxDirectiveThirdParty contained rewrite_by_lua_block | 1431 syn keyword ngxDirectiveThirdParty contained rewrite_by_lua_block |
| 1397 syn keyword ngxDirectiveThirdParty contained rewrite_by_lua_file | 1432 syn keyword ngxDirectiveThirdParty contained rewrite_by_lua_file |
| 1398 syn keyword ngxDirectiveThirdParty contained rewrite_by_lua_no_postpone | 1433 syn keyword ngxDirectiveThirdParty contained rewrite_by_lua_no_postpone |
| 1399 syn keyword ngxDirectiveThirdParty contained set_by_lua | 1434 syn keyword ngxDirectiveThirdParty contained set_by_lua |
| 1400 syn keyword ngxDirectiveThirdParty contained set_by_lua_block | 1435 syn keyword ngxDirectiveThirdParty contained set_by_lua_block |
| 1401 syn keyword ngxDirectiveThirdParty contained set_by_lua_file | 1436 syn keyword ngxDirectiveThirdParty contained set_by_lua_file |
| 1402 syn keyword ngxDirectiveThirdParty contained ssl_certificate_by_lua_block | 1437 syn keyword ngxDirectiveThirdParty contained ssl_certificate_by_lua_block |
| 1403 syn keyword ngxDirectiveThirdParty contained ssl_certificate_by_lua_file | 1438 syn keyword ngxDirectiveThirdParty contained ssl_certificate_by_lua_file |
| 1439 syn keyword ngxDirectiveThirdParty contained ssl_client_hello_by_lua_block | |
| 1440 syn keyword ngxDirectiveThirdParty contained ssl_client_hello_by_lua_file | |
| 1404 syn keyword ngxDirectiveThirdParty contained ssl_session_fetch_by_lua_block | 1441 syn keyword ngxDirectiveThirdParty contained ssl_session_fetch_by_lua_block |
| 1405 syn keyword ngxDirectiveThirdParty contained ssl_session_fetch_by_lua_file | 1442 syn keyword ngxDirectiveThirdParty contained ssl_session_fetch_by_lua_file |
| 1406 syn keyword ngxDirectiveThirdParty contained ssl_session_store_by_lua_block | 1443 syn keyword ngxDirectiveThirdParty contained ssl_session_store_by_lua_block |
| 1407 syn keyword ngxDirectiveThirdParty contained ssl_session_store_by_lua_file | 1444 syn keyword ngxDirectiveThirdParty contained ssl_session_store_by_lua_file |
| 1408 | 1445 |
| 1717 " https://github.com/openresty/set-misc-nginx-module | 1754 " https://github.com/openresty/set-misc-nginx-module |
| 1718 syn keyword ngxDirectiveThirdParty contained set_base32_alphabet | 1755 syn keyword ngxDirectiveThirdParty contained set_base32_alphabet |
| 1719 syn keyword ngxDirectiveThirdParty contained set_base32_padding | 1756 syn keyword ngxDirectiveThirdParty contained set_base32_padding |
| 1720 syn keyword ngxDirectiveThirdParty contained set_decode_base32 | 1757 syn keyword ngxDirectiveThirdParty contained set_decode_base32 |
| 1721 syn keyword ngxDirectiveThirdParty contained set_decode_base64 | 1758 syn keyword ngxDirectiveThirdParty contained set_decode_base64 |
| 1759 syn keyword ngxDirectiveThirdParty contained set_decode_base64url | |
| 1722 syn keyword ngxDirectiveThirdParty contained set_decode_hex | 1760 syn keyword ngxDirectiveThirdParty contained set_decode_hex |
| 1723 syn keyword ngxDirectiveThirdParty contained set_encode_base32 | 1761 syn keyword ngxDirectiveThirdParty contained set_encode_base32 |
| 1724 syn keyword ngxDirectiveThirdParty contained set_encode_base64 | 1762 syn keyword ngxDirectiveThirdParty contained set_encode_base64 |
| 1763 syn keyword ngxDirectiveThirdParty contained set_encode_base64url | |
| 1725 syn keyword ngxDirectiveThirdParty contained set_encode_hex | 1764 syn keyword ngxDirectiveThirdParty contained set_encode_hex |
| 1726 syn keyword ngxDirectiveThirdParty contained set_escape_uri | 1765 syn keyword ngxDirectiveThirdParty contained set_escape_uri |
| 1727 syn keyword ngxDirectiveThirdParty contained set_formatted_gmt_time | 1766 syn keyword ngxDirectiveThirdParty contained set_formatted_gmt_time |
| 1728 syn keyword ngxDirectiveThirdParty contained set_formatted_local_time | 1767 syn keyword ngxDirectiveThirdParty contained set_formatted_local_time |
| 1729 syn keyword ngxDirectiveThirdParty contained set_hashed_upstream | 1768 syn keyword ngxDirectiveThirdParty contained set_hashed_upstream |
| 1730 syn keyword ngxDirectiveThirdParty contained set_hmac_sha1 | 1769 syn keyword ngxDirectiveThirdParty contained set_hmac_sha1 |
| 1770 syn keyword ngxDirectiveThirdParty contained set_hmac_sha256 | |
| 1731 syn keyword ngxDirectiveThirdParty contained set_if_empty | 1771 syn keyword ngxDirectiveThirdParty contained set_if_empty |
| 1732 syn keyword ngxDirectiveThirdParty contained set_local_today | 1772 syn keyword ngxDirectiveThirdParty contained set_local_today |
| 1733 syn keyword ngxDirectiveThirdParty contained set_misc_base32_padding | 1773 syn keyword ngxDirectiveThirdParty contained set_misc_base32_padding |
| 1734 syn keyword ngxDirectiveThirdParty contained set_quote_json_str | 1774 syn keyword ngxDirectiveThirdParty contained set_quote_json_str |
| 1735 syn keyword ngxDirectiveThirdParty contained set_quote_pgsql_str | 1775 syn keyword ngxDirectiveThirdParty contained set_quote_pgsql_str |
| 1847 syn keyword ngxDirectiveThirdParty contained vod_multi_uri_suffix | 1887 syn keyword ngxDirectiveThirdParty contained vod_multi_uri_suffix |
| 1848 syn keyword ngxDirectiveThirdParty contained vod_notification_uri | 1888 syn keyword ngxDirectiveThirdParty contained vod_notification_uri |
| 1849 syn keyword ngxDirectiveThirdParty contained vod_open_file_thread_pool | 1889 syn keyword ngxDirectiveThirdParty contained vod_open_file_thread_pool |
| 1850 syn keyword ngxDirectiveThirdParty contained vod_output_buffer_pool | 1890 syn keyword ngxDirectiveThirdParty contained vod_output_buffer_pool |
| 1851 syn keyword ngxDirectiveThirdParty contained vod_parse_hdlr_name | 1891 syn keyword ngxDirectiveThirdParty contained vod_parse_hdlr_name |
| 1892 syn keyword ngxDirectiveThirdParty contained vod_parse_udta_name | |
| 1852 syn keyword ngxDirectiveThirdParty contained vod_path_response_postfix | 1893 syn keyword ngxDirectiveThirdParty contained vod_path_response_postfix |
| 1853 syn keyword ngxDirectiveThirdParty contained vod_path_response_prefix | 1894 syn keyword ngxDirectiveThirdParty contained vod_path_response_prefix |
| 1854 syn keyword ngxDirectiveThirdParty contained vod_performance_counters | 1895 syn keyword ngxDirectiveThirdParty contained vod_performance_counters |
| 1855 syn keyword ngxDirectiveThirdParty contained vod_proxy_header_name | 1896 syn keyword ngxDirectiveThirdParty contained vod_proxy_header_name |
| 1856 syn keyword ngxDirectiveThirdParty contained vod_proxy_header_value | 1897 syn keyword ngxDirectiveThirdParty contained vod_proxy_header_value |
| 2445 hi def link ngxDirectiveThirdPartyDeprecated Error | 2486 hi def link ngxDirectiveThirdPartyDeprecated Error |
| 2446 | 2487 |
| 2447 hi def link ngxListenOptions Keyword | 2488 hi def link ngxListenOptions Keyword |
| 2448 hi def link ngxListenOptionsDeprecated Error | 2489 hi def link ngxListenOptionsDeprecated Error |
| 2449 | 2490 |
| 2491 let &cpo = s:save_cpo | |
| 2492 unlet s:save_cpo | |
| 2493 | |
| 2450 let b:current_syntax = "nginx" | 2494 let b:current_syntax = "nginx" |
