summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/syntax/nginx.vim
AgeCommit message (Collapse)AuthorFiles
2026-02-10vim-patch:4442ac5: runtime(nginx): Update nginx syntax scriptzeertzjq1
closes: vim/vim#19374 https://github.com/vim/vim/commit/4442ac53f7370bf7e182e19771c71e9000f123e1 Co-authored-by: Chris Aumann <me@chr4.org>
2026-02-10vim-patch:e92998e: runtime(nginx): highlight Lua in set_by_lua_block in ↵zeertzjq1
syntax script The set_by_lua_block directive of the Lua module takes an additional variable as an argument which currently breaks the detection of inline Lua blocks. For example: set_by_lua_block $myvar { return tonumber(ngx.var.myothervar)-1 } closes: vim/vim#19362 https://github.com/vim/vim/commit/e92998ea4dfbd6de3e028e74ef8042cebd7e0f4c Co-authored-by: Josef Schönberger <josef.schoenberger@tum.de>
2025-06-08vim-patch:80a7921: runtime(nginx): Add NGINX directive for background cache ↵Christian Clason1
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>
2023-11-26vim-patch:cf40409e7d17Christian Clason1
runtime(nginx): add additional nginx keywords (vim/vim#13581) * Add support for missing keywords to the nginx syntax plugin This adds support for several keywords from - the built-in HTTP/2 module, - the built-in SSL module, - the built-in uWSGI module, - the experimental QUIC branch, - the third-party SSL CT module, - the third-party dynamic TLS records patch. Co-Author: ObserverOfTime <chronobserver@disroot.org> * Add missing http2/ http3 keywords to nginx plugin https://github.com/vim/vim/commit/cf40409e7d17ddadaa697188788753c761479ef8 Co-authored-by: Chris Aumann <me@chr4.org> Co-authored-by: Christian Brabandt <cb@256bit.org>
2023-02-03vim-patch:be4e01637e71 (#22103)Christian Clason1
Update runtime files. https://github.com/vim/vim/commit/be4e01637e71c8d5095c33b9861fd70b41476732 Co-authored-by: Bram Moolenaar <Bram@vim.org>
2021-10-05fix(vim-patch): add missing nginx runtime files (#15916)Christian Clason1
Followup to incomplete runtime update https://github.com/neovim/neovim/pull/15911