From e1c26ebfc72e7d1235b235bc0913918a4d6506b4 Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Mon, 24 Feb 2025 10:41:09 -0500 Subject: [PATCH] queries: Reverse precedence for git-config highlights --- runtime/queries/git-config/highlights.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/runtime/queries/git-config/highlights.scm b/runtime/queries/git-config/highlights.scm index 456639ce3..ad864b50c 100644 --- a/runtime/queries/git-config/highlights.scm +++ b/runtime/queries/git-config/highlights.scm @@ -1,3 +1,5 @@ +(section_name) @markup.heading + ((section_name) @keyword.directive (#eq? @keyword.directive "include")) @@ -6,16 +8,15 @@ (subsection_name)) (#eq? @keyword.directive "includeIf")) -(section_name) @markup.heading (variable (name) @variable.other.member) [(true) (false)] @constant.builtin.boolean (integer) @constant.numeric.integer +[(string) (subsection_name)] @string + ((string) @string.special.path (#match? @string.special.path "^(~|./|/)")) -[(string) (subsection_name)] @string - [ "[" "]"