From 65cb81cd7e00ba88f79ba15c231c1389359fc07a Mon Sep 17 00:00:00 2001 From: Iron-E Date: Mon, 5 Feb 2024 16:20:24 -0500 Subject: [PATCH] ref(groups): use scoped highlights for Lazy ft --- lua/highlite/groups/default.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lua/highlite/groups/default.lua b/lua/highlite/groups/default.lua index 03d9692..ddeb74f 100644 --- a/lua/highlite/groups/default.lua +++ b/lua/highlite/groups/default.lua @@ -611,11 +611,11 @@ local function from_palette(palette, opts) groups.LazyButton = 'TabLine' groups.LazyButtonActive = 'TabLineSel' groups.LazyCommit = '@number.lazy' - groups.LazyCommitIssue = 'LazyUrl' + groups.LazyCommitIssue = '@markup.link.label.lazy' groups.LazyCommitType = '@type.lazy' - groups.LazyDir = 'Directory' - groups.LazyH1 = '@markup.heading.1' - groups.LazyH2 = '@markup.heading.2' + groups.LazyDir = '@string.special.path.lazy' + groups.LazyH1 = '@markup.heading.1.lazy' + groups.LazyH2 = '@markup.heading.2.lazy' groups.LazyProp = '@variable.member.lazy' groups.LazyReasonEvent = '@keyword.repeat.lazy' groups.LazyReasonFt = '@keyword.conditional.lazy' @@ -625,7 +625,7 @@ local function from_palette(palette, opts) groups.LazyReasonSource = '@keyword.import.lazy' groups.LazyReasonStart = '@constant.lazy' groups.LazySpecial = 'Special' - groups.LazyTaskOutput = 'Statement' + groups.LazyTaskOutput = '@markup.raw.lazy' groups.LazyUrl = '@string.special.url.lazy' end