From f49833b01c536fb2a7c4999f74be10a459ee4c10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Knut=20Olav=20B=C3=B8hmer?= Date: Fri, 10 Jun 2022 12:17:03 +0200 Subject: [PATCH] Update README.md More up to date link to tree-sitter in core --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60c4d64c..a5d03ea1 100644 --- a/README.md +++ b/README.md @@ -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/commits/feature/tree-sitter (the future) - Binding through C instead of Rust: https://github.com/karlotness/tree-sitter.el (dormant) ## Contribution