diff --git a/lua/lazy/view/render.lua b/lua/lazy/view/render.lua index c79be62..7487056 100644 --- a/lua/lazy/view/render.lua +++ b/lua/lazy/view/render.lua @@ -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",