Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ To test against a different version of Emacs, set the environment variable `EMAC

## Alternatives

- Tree-sitter in Emacs's core: https://github.com/casouri/emacs (the future)
- Tree-sitter in Emacs's core: https://github.com/emacs-mirror/emacs/tree/feature/tree-sitter (the future)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's also worth replacing (the future) with (Emacs 29+).

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, and I just realized, since it's now on master, probably worth replacing link to https://github.com/emacs-mirror/emacs/blob/master/lisp/treesit.el

- Binding through C instead of Rust: https://github.com/karlotness/tree-sitter.el (dormant)

## Contribution
Expand Down