diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2026-02-10 06:42:43 +0800 |
|---|---|---|
| committer | zeertzjq <zeertzjq@outlook.com> | 2026-02-10 06:42:48 +0800 |
| commit | 0aacc043a3844ca8a6b17817423e9789cee1f3cf (patch) | |
| tree | 5f1c892728e010d546a961142a8dfe00a2ff59a0 /runtime/syntax | |
| parent | 8fb1a8d4cac35ba1fadbb47dbe2beb3faf621260 (diff) | |
vim-patch:4442ac5: runtime(nginx): Update nginx syntax script
closes: vim/vim#19374
https://github.com/vim/vim/commit/4442ac53f7370bf7e182e19771c71e9000f123e1
Co-authored-by: Chris Aumann <me@chr4.org>
Diffstat (limited to 'runtime/syntax')
| -rw-r--r-- | runtime/syntax/nginx.vim | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/runtime/syntax/nginx.vim b/runtime/syntax/nginx.vim index b9aa85f482..e31f139713 100644 --- a/runtime/syntax/nginx.vim +++ b/runtime/syntax/nginx.vim @@ -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 |
