From 37cec5ec59d09db15ef364e237f8593b48754539 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Mon, 25 Aug 2025 19:09:38 +0200 Subject: feat(gotmpl,helm)!: update parser and queries --- runtime/queries/gotmpl/highlights.scm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'runtime') diff --git a/runtime/queries/gotmpl/highlights.scm b/runtime/queries/gotmpl/highlights.scm index 4ee768c28..80c977717 100644 --- a/runtime/queries/gotmpl/highlights.scm +++ b/runtime/queries/gotmpl/highlights.scm @@ -59,7 +59,6 @@ [ "if" "else" - "else if" "end" ] @keyword.conditional (#set! priority 110)) @@ -98,6 +97,14 @@ ] @keyword.conditional (#set! priority 110)) +(continue_action + "continue" @keyword.repeat + (#set! priority 110)) + +(break_action + "break" @keyword.repeat + (#set! priority 110)) + ; Literals ([ (interpreted_string_literal) -- cgit v1.2.3-70-g09d2