tvl-depot/users/Profpatsch/emacs-tree-sitter-move/README.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
218 B
Markdown
Raw Normal View History

# 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.