blob: ae8d763d61c881a4a17704b1ba81da5aa0f81e07 (
plain) (
tree)
|
|
# emacs-tree-sitter-move
An experiment in whether we can implement structural editing in emacs using the tree-sitter parser.
What currently works: loading a tree-sitter gramma, navigating the AST left/right/up/down.
|