We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Headline:todo
1 parent 5fc272f commit 67f4447Copy full SHA for 67f4447
lua/orgmode/treesitter/headline.lua
@@ -217,9 +217,8 @@ function Headline:item()
217
return self.headline:field('item')[1]
218
end
219
220
--- Returns the headlines todo node, it's keyword,
221
--- and if it's in done state
222
--- @return Node, string, boolean
+--- Returns the headlines todo node, it's keyword, and if it's in done state
+--- @return Node? node, string? word, boolean? isDone
223
function Headline:todo()
224
local todo_keywords = config:get_todo_keywords()
225
local keywords = todo_keywords.ALL
0 commit comments