We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 668ae29 commit 9304f48Copy full SHA for 9304f48
src/gen/gen_helptags.lua
@@ -48,7 +48,7 @@ for _, fn in ipairs(files) do
48
end
49
50
51
- if line == '>' or vim.endswith(line, ' >') then
+ if line:find('^>[a-z0-9]*$') or line:find(' >[a-z0-9]*$') then
52
in_example = true
53
54
0 commit comments