fixup: lint

master
Christian Clason 2 years ago
parent e98525259c
commit e6a0bfaf9b

@ -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.capture)
table.insert(groups, "@" .. hl.capture)
end
end

Loading…
Cancel
Save