We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7dad2e commit 9de0d97Copy full SHA for 9de0d97
1 file changed
lua/helpview/parser.lua
@@ -95,7 +95,7 @@ parser.init = function (buffer, from, to)
95
local root_parser = vim.treesitter.get_parser(buffer);
96
97
if not root_parser then
98
- return parser.content, parser.parsed;
+ return content, sorted;
99
end
100
101
root_parser:for_each_tree(function (TSTree, language_tree)
0 commit comments