mirror of
https://github.com/vim/vim.git
synced 2026-05-06 12:26:58 -04:00
runtime(nginx): Update nginx syntax script
closes: #19374 Signed-off-by: Chris Aumann <me@chr4.org> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
e92998ea4d
commit
4442ac53f7
@@ -1,8 +1,7 @@
|
||||
" Vim syntax file
|
||||
" Language: nginx.conf
|
||||
" Maintainer: Chris Aumann <me@chr4.org>
|
||||
" Last Change: Nov 25, 2023
|
||||
" 2025 Jun 08 by Vim Project: improve syntax (#17458)
|
||||
" Last Change: Jan 09, 2026
|
||||
|
||||
if exists("b:current_syntax")
|
||||
finish
|
||||
@@ -390,7 +389,6 @@ syn keyword ngxDirective proxy_buffering
|
||||
syn keyword ngxDirective proxy_buffers
|
||||
syn keyword ngxDirective proxy_busy_buffers_size
|
||||
syn keyword ngxDirective proxy_cache
|
||||
syn keyword ngxDirective proxy_cache_background_update
|
||||
syn keyword ngxDirective proxy_cache_bypass
|
||||
syn keyword ngxDirective proxy_cache_convert_head
|
||||
syn keyword ngxDirective proxy_cache_key
|
||||
|
||||
Reference in New Issue
Block a user