vim.treesitter.dev.Node
Fields5
Node.node : TSNode
Treesitter node
Node.field : nil | string
Node field
Node.depth : integer
Depth of this node in the tree
Node.text : nil | string
Text displayed in the inspector for this node. Not computed until the inspector is drawn.
Node.lang : string
Source language of this node