Skip to content

Commit

Permalink
Close tag
Browse files Browse the repository at this point in the history
  • Loading branch information
stsewd authored and theHamsta committed Dec 12, 2021
1 parent 9f9f99a commit 9516c7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/update-readme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ for _, v in ipairs(sorted_parsers) do

for _, o in ipairs(textobjects) do
local found = vim.tbl_contains(found_textobjects, o:sub(2))
local status = found and "" or ""
generated_text = generated_text .. "<td>" .. '<span title="' .. o .. '">' .. status .. "</td> "
local status = found and "🟩" or ""
generated_text = generated_text .. "<td>" .. '<span title="' .. o .. '">' .. status .. "</span>" .. "</td> "
end
generated_text = generated_text .. "</tr>\n"
end
Expand Down

0 comments on commit 9516c7d

Please sign in to comment.