Skip to content

Commit

Permalink
Contrib: vim syntax, update core module directives.
Browse files Browse the repository at this point in the history
"match" is block directive, "upstream_conf" is deprecated
by patch http://hg.nginx.org/nginx.org/rev/27c53e1cb4b6
  • Loading branch information
Gena Makhomed committed Feb 1, 2018
1 parent c8f46e0 commit b0f53dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/vim/syntax/nginx.vim
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ syn keyword ngxDirectiveBlock contained if
syn keyword ngxDirectiveBlock contained geo
syn keyword ngxDirectiveBlock contained map
syn keyword ngxDirectiveBlock contained split_clients
syn keyword ngxDirectiveBlock contained match

syn keyword ngxDirectiveImportant contained include
syn keyword ngxDirectiveImportant contained root
Expand Down Expand Up @@ -117,6 +118,7 @@ syn keyword ngxDirectiveDeprecated contained spdy_pool_size
syn keyword ngxDirectiveDeprecated contained spdy_recv_buffer_size
syn keyword ngxDirectiveDeprecated contained spdy_recv_timeout
syn keyword ngxDirectiveDeprecated contained spdy_streams_index_size
syn keyword ngxDirectiveDeprecated contained upstream_conf

syn keyword ngxDirective contained absolute_redirect
syn keyword ngxDirective contained accept_mutex
Expand Down Expand Up @@ -324,7 +326,6 @@ syn keyword ngxDirective contained log_not_found
syn keyword ngxDirective contained log_subrequest
syn keyword ngxDirective contained map_hash_bucket_size
syn keyword ngxDirective contained map_hash_max_size
syn keyword ngxDirective contained match
syn keyword ngxDirective contained master_process
syn keyword ngxDirective contained max_ranges
syn keyword ngxDirective contained memcached_bind
Expand Down Expand Up @@ -582,7 +583,6 @@ syn keyword ngxDirective contained types_hash_bucket_size
syn keyword ngxDirective contained types_hash_max_size
syn keyword ngxDirective contained underscores_in_headers
syn keyword ngxDirective contained uninitialized_variable_warn
syn keyword ngxDirective contained upstream_conf
syn keyword ngxDirective contained use
syn keyword ngxDirective contained user
syn keyword ngxDirective contained userid
Expand Down

0 comments on commit b0f53dd

Please sign in to comment.