blob: ae8d763d61c881a4a17704b1ba81da5aa0f81e07 (
plain) (
blame)
1
2
3
4
5
|
# 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.
|