Skip to content

Commit 187c804

Browse files
authored
ci: maybe this? (#1659)
1 parent 77d1e84 commit 187c804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docgen/docgen.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ docgen.get_module_top_comment = function(buf)
8181
local comment = vim.split(ts.get_node_text(node, buf), "\n")
8282

8383
-- Stops execution if it's not a multiline comment
84-
if comment[1] ~= "--[[" or comment[#comment] ~= "--]]" then
84+
if comment[1] ~= [[--[[]] or comment[#comment] ~= "--]]" then
8585
return
8686
end
8787

0 commit comments

Comments
 (0)