fix: show captures == hlgroups in playground

master
Christian Clason 2 years ago
parent bcfab84f98
commit 546d2df7c1

@ -13,7 +13,7 @@ local function get_hl_group_for_node(bufnr, node)
if #hlgroups > 0 then
for _, hl in pairs(hlgroups) do
table.insert(groups, hl.general)
table.insert(groups, hl.capture)
end
end

Loading…
Cancel
Save