Skip to content

Commit

Permalink
ref(groups): use scoped highlights for Lazy ft
Browse files Browse the repository at this point in the history
  • Loading branch information
Iron-E committed Feb 5, 2024
1 parent 3ef260f commit 65cb81c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lua/highlite/groups/default.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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

Expand Down

0 comments on commit 65cb81c

Please sign in to comment.