neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 775e845d5993e1b8f60d478174cfb12588b44185
parent e21c54000ed865f80a73fabc6af50bb7c814f634
Author: Christian Clason <c.clason@uni-graz.at>
Date:   Sun,  8 Jun 2025 16:20:27 +0200

vim-patch:80a7921: runtime(nginx): Add NGINX directive for background cache updates

Docs: https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_cache_background_update

closes: vim/vim#17458

https://github.com/vim/vim/commit/80a7921a02bbba6e8ebfb19bcc456860d8c269ca

Co-authored-by: S0AndS0 <strangerthanbland@gmail.com>

Diffstat:
Mruntime/syntax/nginx.vim | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/runtime/syntax/nginx.vim b/runtime/syntax/nginx.vim @@ -2,6 +2,7 @@ " Language: nginx.conf " Maintainer: Chris Aumann <me@chr4.org> " Last Change: Nov 25, 2023 +" 2025 Jun 08 by Vim Project: improve syntax (#17458) if exists("b:current_syntax") finish @@ -389,6 +390,7 @@ 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