diff options
Diffstat (limited to 'runtime/lua/vim/treesitter.lua')
-rw-r--r-- | runtime/lua/vim/treesitter.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/lua/vim/treesitter.lua b/runtime/lua/vim/treesitter.lua index 44372415fd..a5362202fb 100644 --- a/runtime/lua/vim/treesitter.lua +++ b/runtime/lua/vim/treesitter.lua @@ -306,7 +306,7 @@ end --- Returns a list of highlight capture names under the cursor --- ----@param winnr (integer|nil) Window handle or 0 for current window (default) +---@param winnr (integer|nil): |window-ID| or 0 for current window (default) --- ---@return string[] List of capture names function M.get_captures_at_cursor(winnr) |