[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/treesit-fold f297d8a664 204/417: update
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/treesit-fold f297d8a664 204/417: update |
Date: |
Mon, 1 Jul 2024 10:02:26 -0400 (EDT) |
branch: elpa/treesit-fold
commit f297d8a66436e37c1f76036c9eb3d34c251aa1f4
Author: Jen-Chieh <jcs090218@gmail.com>
Commit: Jen-Chieh <jcs090218@gmail.com>
update
---
README.md | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 763e6c44f6..9074a2e107 100644
--- a/README.md
+++ b/README.md
@@ -27,6 +27,7 @@ to provide code folding base on the tree-sitter syntax tree.
- [🔰 Contribute](#🔰-contribute)
- [How to write a parser?](#how-to-write-a-parser)
- [Where can I look for tree-sitter
node?](#where-can-i-look-for-tree-sitter-node)
+ - [How do I create the function for the corresponding
node?](#how-do-i-create-the-function-for-the-corresponding-node)
<!-- markdown-toc end -->
@@ -216,5 +217,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 integer. This is handy when you
have
-similar rule with little of positioning adjustment.
+* `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).)
- [nongnu] elpa/treesit-fold aa6146bc62 313/417: feat: Add Lisp support (#92), (continued)
- [nongnu] elpa/treesit-fold aa6146bc62 313/417: feat: Add Lisp support (#92), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 9717243a85 347/417: feat: Add Tablegen support, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 44a237a329 359/417: fixed linting issues in parsers, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 757d2fab67 346/417: feat: Add ActionScript support, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 0b7eb8fb5b 410/417: typo, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold f66e2b8be9 417/417: perf: Wait for post command to render, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold ca1b5d701d 134/417: Update doc, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 86c3e73746 135/417: Add html summary parser, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 20f96511ef 137/417: Update doc, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 40163da28a 141/417: Update doc, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold f297d8a664 204/417: update,
ELPA Syncer <=
- [nongnu] elpa/treesit-fold 4f5ea58d8c 214/417: Update copyright year, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 5711d9f6d5 226/417: refactor(parsers): Place it in alphabetic order, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 443ba5106a 229/417: feat(ruby): Enhance Ruby parser (#26), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 3b2e70db92 231/417: tests(test.yml): Add workflow_dispatch, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 0bae1476a4 242/417: chore: Changelog and styles (#38), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 6178f3345c 193/417: update ci, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 095e093737 194/417: Remove unused shell entry, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold ec60327a20 195/417: chore(eask): info, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 6cfe36ea2f 196/417: fix warnings, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold a81e684298 198/417: Update Eask, ELPA Syncer, 2024/07/01