Skip to content

Commit

Permalink
docs: fix hl_group docgen
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Nov 20, 2024
1 parent 7967abe commit e41dffc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/lazy/docs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ function M.colors(opts)
{ "---", "---", "---" },
}
Util.foreach(require(opts.modname).colors, function(group, link)
link = type(link) == "table" and vim.inspect(link) or link
lines[#lines + 1] = { "**" .. opts.name .. group .. "**", "***" .. link .. "***", comments[group] or "" }
end)
return { content = M.table(lines) }
Expand Down

0 comments on commit e41dffc

Please sign in to comment.