Some days ago I saw a tweet(detail below) that show an interesting feature, a way to select terms using the mouse. After seeing that I thought it will be easy to implement using tree-sitter. doubleclick to select term, the way nature intended pic.twitter.com/O123K12AHp — andrew blinn (@disconcision) October 31, 2022 To be able to implement this we just need tree-sitter.el which will allow us to select terms using grammars.