|
|
|
|
|
by mickeyp
145 days ago
|
|
That's generally how it works in most editors that support both. Tree-sitter has okay error correction, and that along with speed (as you mentioned) and its flexible query language makes it a winner for people to quickly iterate on a working parser but also obviously integration into an actual editor. Oh, and some LSPs use tree-sitter to parse. |
|