diff options
Diffstat (limited to 'users/Profpatsch/emacs-tree-sitter-move')
-rw-r--r-- | users/Profpatsch/emacs-tree-sitter-move/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/users/Profpatsch/emacs-tree-sitter-move/README.md b/users/Profpatsch/emacs-tree-sitter-move/README.md new file mode 100644 index 000000000000..ae8d763d61c8 --- /dev/null +++ b/users/Profpatsch/emacs-tree-sitter-move/README.md @@ -0,0 +1,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. |