Start work on a SyntaxMap data structure
This commit is contained in:
parent
6e67448420
commit
f6a817a0f3
7 changed files with 476 additions and 4 deletions
|
@ -2496,7 +2496,7 @@ impl Drop for QueryCursorHandle {
|
|||
}
|
||||
}
|
||||
|
||||
trait ToTreeSitterPoint {
|
||||
pub(crate) trait ToTreeSitterPoint {
|
||||
fn to_ts_point(self) -> tree_sitter::Point;
|
||||
fn from_ts_point(point: tree_sitter::Point) -> Self;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue