Skip to content

Commit

Permalink
ci: maybe this? (#1659)
Browse files Browse the repository at this point in the history
  • Loading branch information
benlubas authored Feb 23, 2025
1 parent 77d1e84 commit 187c804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docgen/docgen.lua
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ docgen.get_module_top_comment = function(buf)
local comment = vim.split(ts.get_node_text(node, buf), "\n")

-- Stops execution if it's not a multiline comment
if comment[1] ~= "--[[" or comment[#comment] ~= "--]]" then
if comment[1] ~= [[--[[]] or comment[#comment] ~= "--]]" then
return
end

Expand Down

0 comments on commit 187c804

Please sign in to comment.