Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Pos ¶
type Pos [2]int
func NewTSPos ¶
func NewTSPos(point tree_sitter.Point) Pos
func (Pos) TS ¶
func (p Pos) TS() tree_sitter.Point
type Range ¶
type Range [2]Pos
func NewTSRange ¶
func NewTSRange(ran tree_sitter.Range) Range
func (Range) CountLines ¶
func (Range) TS ¶
func (r Range) TS() tree_sitter.Range
Click to show internal directories.
Click to hide internal directories.