Skip to content

Commit

Permalink
fix(ui): properly highlight breaking change commit scope (#1160)
Browse files Browse the repository at this point in the history
  • Loading branch information
ribru17 authored Nov 4, 2023
1 parent 32dead0 commit 3674036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lazy/view/render.lua
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ function M:log(task)
self:append(vim.trim(msg), dimmed and "LazyDimmed" or nil):highlight({
["#%d+"] = "LazyCommitIssue",
["^%S+:"] = dimmed and "Bold" or "LazyCommitType",
["^%S+(%(.*%)):"] = "LazyCommitScope",
["^%S+(%(.*%))!?:"] = "LazyCommitScope",
["`.-`"] = "@text.literal.markdown_inline",
["%*.-%*"] = "Italic",
["%*%*.-%*%*"] = "Bold",
Expand Down

0 comments on commit 3674036

Please sign in to comment.