KDAB / knut

Knut is an automation tool for code transformation using scripts.
Other
5 stars 8 forks source link

Implement incremental parsing for TreeSitter #68

Open narnaud opened 1 week ago

narnaud commented 1 week ago

TreeSitter is able to update the tree based on incremental changes, would be nice to implement that for performances. It's not critical though...

See CodeDocument::changeContentTreeSitter