From 984214ef8e4ca18d77639663319aabdfba89632f Mon Sep 17 00:00:00 2001 From: Guilherme Soares <48023091+guilhas07@users.noreply.github.com> Date: Tue, 14 Jan 2025 07:20:51 +0000 Subject: [PATCH] feat(gotmpl): highlight "=" operator (#7553) --- queries/gotmpl/highlights.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/queries/gotmpl/highlights.scm b/queries/gotmpl/highlights.scm index fd8189453..4ee768c28 100644 --- a/queries/gotmpl/highlights.scm +++ b/queries/gotmpl/highlights.scm @@ -32,6 +32,7 @@ ; Operators ([ "|" + "=" ":=" ] @operator (#set! priority 110))