We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77d1e84 commit 187c804Copy full SHA for 187c804
docgen/docgen.lua
@@ -81,7 +81,7 @@ docgen.get_module_top_comment = function(buf)
81
local comment = vim.split(ts.get_node_text(node, buf), "\n")
82
83
-- Stops execution if it's not a multiline comment
84
- if comment[1] ~= "--[[" or comment[#comment] ~= "--]]" then
+ if comment[1] ~= [[--[[]] or comment[#comment] ~= "--]]" then
85
return
86
end
87
0 commit comments