Playing around with tree-sitter in Emacs

from blog meain/blog, | ↗ original
Tree sitter has been one of those tools that has enabled me to add in a lot of useful features to my dev environment. I have previously written about my Emacs package meain/evil-textobj-tree-sitter which will let you operate on language constructs like functions, classes, loops etc as evil textobjects. I have been playing around with tree-sitter...