80e04da5d4
Change-Id: I2912e32fe1b2d3d3aff7bafba809634ec4c9adb6 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8470 Autosubmit: Profpatsch <mail@profpatsch.de> Reviewed-by: Profpatsch <mail@profpatsch.de> Tested-by: BuildkiteCI
5 lines
218 B
Markdown
5 lines
218 B
Markdown
# 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.
|