branch: elpa/treesit-fold
commit cbe049d1bf06e61480e03ec038fe0467ce1e45cd
Author: Junyi Hou <[email protected]>
Commit: Junyi Hou <[email protected]>
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~.