mirror of
https://github.com/neovim/neovim.git
synced 2025-11-28 21:20:45 +00:00
docs: small fixes
Co-authored-by: Wansmer <wansmer@gmail.com> Co-authored-by: Andrew Voynov <andrewvoynov.b@gmail.com> Co-authored-by: David Moberg <david.moberg@mediatek.com>
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
---@field sexpr fun(self: TSNode): string
|
||||
---@field equal fun(self: TSNode, other: TSNode): boolean
|
||||
---@field iter_children fun(self: TSNode): fun(): TSNode, string
|
||||
---@field field fun(self: TSNode, name: string): TSNode[]
|
||||
local TSNode = {}
|
||||
|
||||
---@param query userdata
|
||||
|
||||
Reference in New Issue
Block a user