branch: elpa/treesit-fold
commit 46d76ed842a3e78afe55b5c27de996208f2a4a89
Author: Jen-Chieh <[email protected]>
Commit: Jen-Chieh <[email protected]>
note
---
README.md | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 9074a2e107..46c3f3e3ea 100644
--- a/README.md
+++ b/README.md
@@ -218,6 +218,7 @@ Function takes 2 arguments, `node` and `offset`.
* `node` - the targeting tree-sitter node; in this example, `block` will be the
targeting node.
* `offset` - (optiona) a cons consist of two integers. This is handy when you
have
-a similar rule with little of positioning adjustment. (`tree-sitter-[lang]`
-parsers are generally integrated with different authors, hence their naming
-and ruling are slightly different (+1/-1 position).)
+a similar rule with little of positioning adjustment.
+
+> `tree-sitter-[lang]` parsers are generally integrated with different authors,
+> hence their naming and ruling are slightly different (+1/-1 position).