emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/treesit-fold cbe049d1bf 010/417: fix typo


From: ELPA Syncer
Subject: [nongnu] elpa/treesit-fold cbe049d1bf 010/417: fix typo
Date: Mon, 1 Jul 2024 10:02:04 -0400 (EDT)

branch: elpa/treesit-fold
commit cbe049d1bf06e61480e03ec038fe0467ce1e45cd
Author: Junyi Hou <junyi.yi.hou@gmail.com>
Commit: Junyi Hou <junyi.yi.hou@gmail.com>

    fix typo
---
 readme.org | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/readme.org b/readme.org
index e6ffefa03e..f55d4e4e48 100644
--- a/readme.org
+++ b/readme.org
@@ -47,14 +47,14 @@ This variable determines how ~tree-sitter-fold~ should fold 
each of the nodes de
 * Supported languages
 
 - python
-- R (need to compile [[https://github.com/r-lib/tree-sitter-r][tree-sitter-r]] 
grammar, see [[Note on installing additional grammars to ~emacs-tree-sitter~]])
+- R (need to compile [[https://github.com/r-lib/tree-sitter-r][tree-sitter-r]] 
grammar, see [[Note on installing additional grammars]])
 - contribution of other languages are welcome!
 
 * Contribution
 
 Enable ~tree-sitter-mode~ first, then ~tree-sitter-query-builder~ is useful to 
test out queries that determine what syntax nodes should be foldable and how to 
fold them. emacs-tree-sitter has 
[[https://ubolonton.github.io/emacs-tree-sitter/syntax-highlighting/queries/][an
 excellent documentation]] on how to write ~tree-sitter~ queries.
 
-* Note on installing additional grammars to ~emacs-tree-sitter~
+* Note on installing additional grammars
 
 Following the following steps to build additional grammar for 
~emacs-tree-sitter~.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]