mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-11 09:52:31 +00:00
fix(ui): properly highlight breaking change commit scope (#1160)
This commit is contained in:
parent
32dead0376
commit
3674036a59
1 changed files with 1 additions and 1 deletions
|
@ -475,7 +475,7 @@ function M:log(task)
|
||||||
self:append(vim.trim(msg), dimmed and "LazyDimmed" or nil):highlight({
|
self:append(vim.trim(msg), dimmed and "LazyDimmed" or nil):highlight({
|
||||||
["#%d+"] = "LazyCommitIssue",
|
["#%d+"] = "LazyCommitIssue",
|
||||||
["^%S+:"] = dimmed and "Bold" or "LazyCommitType",
|
["^%S+:"] = dimmed and "Bold" or "LazyCommitType",
|
||||||
["^%S+(%(.*%)):"] = "LazyCommitScope",
|
["^%S+(%(.*%))!?:"] = "LazyCommitScope",
|
||||||
["`.-`"] = "@text.literal.markdown_inline",
|
["`.-`"] = "@text.literal.markdown_inline",
|
||||||
["%*.-%*"] = "Italic",
|
["%*.-%*"] = "Italic",
|
||||||
["%*%*.-%*%*"] = "Bold",
|
["%*%*.-%*%*"] = "Bold",
|
||||||
|
|
Loading…
Add table
Reference in a new issue