comparison contrib/vim/syntax/nginx.vim @ 7869:d61d590ac826

Contrib: vim syntax, update core and 3rd party module directives.
author Gena Makhomed <gmm@csdoc.com>
date Sun, 30 May 2021 12:26:00 +0300
parents dea93b6dce94
children 76aea0ad78e5
comparison
equal deleted inserted replaced
7868:46815874bcc6 7869:d61d590ac826
150 syn keyword ngxDirective contained auth_jwt_claim_set 150 syn keyword ngxDirective contained auth_jwt_claim_set
151 syn keyword ngxDirective contained auth_jwt_header_set 151 syn keyword ngxDirective contained auth_jwt_header_set
152 syn keyword ngxDirective contained auth_jwt_key_file 152 syn keyword ngxDirective contained auth_jwt_key_file
153 syn keyword ngxDirective contained auth_jwt_key_request 153 syn keyword ngxDirective contained auth_jwt_key_request
154 syn keyword ngxDirective contained auth_jwt_leeway 154 syn keyword ngxDirective contained auth_jwt_leeway
155 syn keyword ngxDirective contained auth_jwt_type
155 syn keyword ngxDirective contained auth_request 156 syn keyword ngxDirective contained auth_request
156 syn keyword ngxDirective contained auth_request_set 157 syn keyword ngxDirective contained auth_request_set
157 syn keyword ngxDirective contained autoindex 158 syn keyword ngxDirective contained autoindex
158 syn keyword ngxDirective contained autoindex_exact_size 159 syn keyword ngxDirective contained autoindex_exact_size
159 syn keyword ngxDirective contained autoindex_format 160 syn keyword ngxDirective contained autoindex_format
330 syn keyword ngxDirective contained imap_client_buffer 331 syn keyword ngxDirective contained imap_client_buffer
331 syn keyword ngxDirective contained index 332 syn keyword ngxDirective contained index
332 syn keyword ngxDirective contained iocp_threads 333 syn keyword ngxDirective contained iocp_threads
333 syn keyword ngxDirective contained ip_hash 334 syn keyword ngxDirective contained ip_hash
334 syn keyword ngxDirective contained js_access 335 syn keyword ngxDirective contained js_access
336 syn keyword ngxDirective contained js_body_filter
335 syn keyword ngxDirective contained js_content 337 syn keyword ngxDirective contained js_content
336 syn keyword ngxDirective contained js_filter 338 syn keyword ngxDirective contained js_filter
339 syn keyword ngxDirective contained js_header_filter
337 syn keyword ngxDirective contained js_import 340 syn keyword ngxDirective contained js_import
338 syn keyword ngxDirective contained js_include 341 syn keyword ngxDirective contained js_include
339 syn keyword ngxDirective contained js_path 342 syn keyword ngxDirective contained js_path
340 syn keyword ngxDirective contained js_preread 343 syn keyword ngxDirective contained js_preread
341 syn keyword ngxDirective contained js_set 344 syn keyword ngxDirective contained js_set
345 syn keyword ngxDirective contained js_var
342 syn keyword ngxDirective contained keepalive 346 syn keyword ngxDirective contained keepalive
343 syn keyword ngxDirective contained keepalive_disable 347 syn keyword ngxDirective contained keepalive_disable
344 syn keyword ngxDirective contained keepalive_requests 348 syn keyword ngxDirective contained keepalive_requests
349 syn keyword ngxDirective contained keepalive_time
345 syn keyword ngxDirective contained keepalive_timeout 350 syn keyword ngxDirective contained keepalive_timeout
346 syn keyword ngxDirective contained keyval 351 syn keyword ngxDirective contained keyval
347 syn keyword ngxDirective contained keyval_zone 352 syn keyword ngxDirective contained keyval_zone
348 syn keyword ngxDirective contained kqueue_changes 353 syn keyword ngxDirective contained kqueue_changes
349 syn keyword ngxDirective contained kqueue_events 354 syn keyword ngxDirective contained kqueue_events
371 syn keyword ngxDirective contained log_not_found 376 syn keyword ngxDirective contained log_not_found
372 syn keyword ngxDirective contained log_subrequest 377 syn keyword ngxDirective contained log_subrequest
373 syn keyword ngxDirective contained map_hash_bucket_size 378 syn keyword ngxDirective contained map_hash_bucket_size
374 syn keyword ngxDirective contained map_hash_max_size 379 syn keyword ngxDirective contained map_hash_max_size
375 syn keyword ngxDirective contained master_process 380 syn keyword ngxDirective contained master_process
381 syn keyword ngxDirective contained max_errors
376 syn keyword ngxDirective contained max_ranges 382 syn keyword ngxDirective contained max_ranges
377 syn keyword ngxDirective contained memcached_bind 383 syn keyword ngxDirective contained memcached_bind
378 syn keyword ngxDirective contained memcached_buffer_size 384 syn keyword ngxDirective contained memcached_buffer_size
379 syn keyword ngxDirective contained memcached_connect_timeout 385 syn keyword ngxDirective contained memcached_connect_timeout
380 syn keyword ngxDirective contained memcached_force_ranges 386 syn keyword ngxDirective contained memcached_force_ranges
1078 syn keyword ngxDirectiveThirdParty contained nchan_subscriber_channel_id 1084 syn keyword ngxDirectiveThirdParty contained nchan_subscriber_channel_id
1079 syn keyword ngxDirectiveThirdParty contained nchan_subscriber_compound_etag_message_id 1085 syn keyword ngxDirectiveThirdParty contained nchan_subscriber_compound_etag_message_id
1080 syn keyword ngxDirectiveThirdParty contained nchan_subscribe_request 1086 syn keyword ngxDirectiveThirdParty contained nchan_subscribe_request
1081 syn keyword ngxDirectiveThirdParty contained nchan_subscriber_first_message 1087 syn keyword ngxDirectiveThirdParty contained nchan_subscriber_first_message
1082 syn keyword ngxDirectiveThirdParty contained nchan_subscriber_http_raw_stream_separator 1088 syn keyword ngxDirectiveThirdParty contained nchan_subscriber_http_raw_stream_separator
1089 syn keyword ngxDirectiveThirdParty contained nchan_subscriber_info
1090 syn keyword ngxDirectiveThirdParty contained nchan_subscriber_info_string
1083 syn keyword ngxDirectiveThirdParty contained nchan_subscriber_last_message_id 1091 syn keyword ngxDirectiveThirdParty contained nchan_subscriber_last_message_id
1084 syn keyword ngxDirectiveThirdParty contained nchan_subscriber_location 1092 syn keyword ngxDirectiveThirdParty contained nchan_subscriber_location
1085 syn keyword ngxDirectiveThirdParty contained nchan_subscriber_message_id_custom_etag_header 1093 syn keyword ngxDirectiveThirdParty contained nchan_subscriber_message_id_custom_etag_header
1086 syn keyword ngxDirectiveThirdParty contained nchan_subscriber_timeout 1094 syn keyword ngxDirectiveThirdParty contained nchan_subscriber_timeout
1087 syn keyword ngxDirectiveThirdParty contained nchan_unsubscribe_request 1095 syn keyword ngxDirectiveThirdParty contained nchan_unsubscribe_request
2366 syn keyword ngxDirectiveThirdParty contained websockify_read_timeout 2374 syn keyword ngxDirectiveThirdParty contained websockify_read_timeout
2367 syn keyword ngxDirectiveThirdParty contained websockify_send_timeout 2375 syn keyword ngxDirectiveThirdParty contained websockify_send_timeout
2368 2376
2369 " IP2Location Nginx 2377 " IP2Location Nginx
2370 " https://github.com/ip2location/ip2location-nginx 2378 " https://github.com/ip2location/ip2location-nginx
2371 syn keyword ngxDirectiveThirdParty contained ip2location_proxy 2379 syn keyword ngxDirectiveThirdParty contained ip2location_addresstype
2372 syn keyword ngxDirectiveThirdParty contained ip2location_proxy_recursive
2373 syn keyword ngxDirectiveThirdParty contained ip2location_areacode 2380 syn keyword ngxDirectiveThirdParty contained ip2location_areacode
2381 syn keyword ngxDirectiveThirdParty contained ip2location_category
2374 syn keyword ngxDirectiveThirdParty contained ip2location_city 2382 syn keyword ngxDirectiveThirdParty contained ip2location_city
2375 syn keyword ngxDirectiveThirdParty contained ip2location_country_long 2383 syn keyword ngxDirectiveThirdParty contained ip2location_country_long
2376 syn keyword ngxDirectiveThirdParty contained ip2location_country_short 2384 syn keyword ngxDirectiveThirdParty contained ip2location_country_short
2377 syn keyword ngxDirectiveThirdParty contained ip2location_domain 2385 syn keyword ngxDirectiveThirdParty contained ip2location_domain
2378 syn keyword ngxDirectiveThirdParty contained ip2location_elevation 2386 syn keyword ngxDirectiveThirdParty contained ip2location_elevation
2382 syn keyword ngxDirectiveThirdParty contained ip2location_longitude 2390 syn keyword ngxDirectiveThirdParty contained ip2location_longitude
2383 syn keyword ngxDirectiveThirdParty contained ip2location_mcc 2391 syn keyword ngxDirectiveThirdParty contained ip2location_mcc
2384 syn keyword ngxDirectiveThirdParty contained ip2location_mnc 2392 syn keyword ngxDirectiveThirdParty contained ip2location_mnc
2385 syn keyword ngxDirectiveThirdParty contained ip2location_mobilebrand 2393 syn keyword ngxDirectiveThirdParty contained ip2location_mobilebrand
2386 syn keyword ngxDirectiveThirdParty contained ip2location_netspeed 2394 syn keyword ngxDirectiveThirdParty contained ip2location_netspeed
2395 syn keyword ngxDirectiveThirdParty contained ip2location_proxy
2396 syn keyword ngxDirectiveThirdParty contained ip2location_proxy_recursive
2387 syn keyword ngxDirectiveThirdParty contained ip2location_region 2397 syn keyword ngxDirectiveThirdParty contained ip2location_region
2388 syn keyword ngxDirectiveThirdParty contained ip2location_timezone 2398 syn keyword ngxDirectiveThirdParty contained ip2location_timezone
2389 syn keyword ngxDirectiveThirdParty contained ip2location_usagetype 2399 syn keyword ngxDirectiveThirdParty contained ip2location_usagetype
2390 syn keyword ngxDirectiveThirdParty contained ip2location_weatherstationcode 2400 syn keyword ngxDirectiveThirdParty contained ip2location_weatherstationcode
2391 syn keyword ngxDirectiveThirdParty contained ip2location_weatherstationname 2401 syn keyword ngxDirectiveThirdParty contained ip2location_weatherstationname
2401 syn keyword ngxDirectiveThirdParty contained ip2proxy_database 2411 syn keyword ngxDirectiveThirdParty contained ip2proxy_database
2402 syn keyword ngxDirectiveThirdParty contained ip2proxy_domain 2412 syn keyword ngxDirectiveThirdParty contained ip2proxy_domain
2403 syn keyword ngxDirectiveThirdParty contained ip2proxy_isp 2413 syn keyword ngxDirectiveThirdParty contained ip2proxy_isp
2404 syn keyword ngxDirectiveThirdParty contained ip2proxy_is_proxy 2414 syn keyword ngxDirectiveThirdParty contained ip2proxy_is_proxy
2405 syn keyword ngxDirectiveThirdParty contained ip2proxy_last_seen 2415 syn keyword ngxDirectiveThirdParty contained ip2proxy_last_seen
2416 syn keyword ngxDirectiveThirdParty contained ip2proxy_provider
2406 syn keyword ngxDirectiveThirdParty contained ip2proxy_proxy 2417 syn keyword ngxDirectiveThirdParty contained ip2proxy_proxy
2407 syn keyword ngxDirectiveThirdParty contained ip2proxy_proxy_recursive 2418 syn keyword ngxDirectiveThirdParty contained ip2proxy_proxy_recursive
2408 syn keyword ngxDirectiveThirdParty contained ip2proxy_proxy_type 2419 syn keyword ngxDirectiveThirdParty contained ip2proxy_proxy_type
2409 syn keyword ngxDirectiveThirdParty contained ip2proxy_region 2420 syn keyword ngxDirectiveThirdParty contained ip2proxy_region
2410 syn keyword ngxDirectiveThirdParty contained ip2proxy_threat 2421 syn keyword ngxDirectiveThirdParty contained ip2proxy_threat