From 4400990e7362e2769bb1ff96895f623deb0380fa Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Mon, 7 Jul 2025 12:17:33 +0200 Subject: feat(vim): highlight "trim" in script heredocs Allow the optional "trim", as documented in ":help :lua-heredoc". --- runtime/queries/vim/highlights.scm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'runtime') diff --git a/runtime/queries/vim/highlights.scm b/runtime/queries/vim/highlights.scm index 20a044a60..c35986fa3 100644 --- a/runtime/queries/vim/highlights.scm +++ b/runtime/queries/vim/highlights.scm @@ -253,6 +253,9 @@ (heredoc (parameter) @keyword) +(script + (parameter) @keyword) + [ (marker_definition) (endmarker) -- cgit v1.2.3-70-g09d2