[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/treesit-fold 14e3f13f67 415/417: feat: Enhance the Gleam s
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/treesit-fold 14e3f13f67 415/417: feat: Enhance the Gleam support (#9) |
Date: |
Mon, 1 Jul 2024 10:03:12 -0400 (EDT) |
branch: elpa/treesit-fold
commit 14e3f13f67efe7e0522fecdf2e63733fd0247469
Author: Akira Komamura <6270544+akirak@users.noreply.github.com>
Commit: GitHub <noreply@github.com>
feat: Enhance the Gleam support (#9)
---
treesit-fold-parsers.el | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/treesit-fold-parsers.el b/treesit-fold-parsers.el
index 9beea1a971..b8c2f2f0dc 100644
--- a/treesit-fold-parsers.el
+++ b/treesit-fold-parsers.el
@@ -266,8 +266,11 @@
(defun treesit-fold-parsers-gleam ()
"Rules set for Gleam."
- '((function . treesit-fold-range-gleam)
- (type_definition . treesit-fold-range-gleam)
+ '((function . treesit-fold-range-gleam)
+ (type_definition . treesit-fold-range-gleam)
+ (anonymous_function . treesit-fold-range-gleam)
+ (block . treesit-fold-range-gleam)
+ (list . treesit-fold-range-seq)
(module_comment
. (lambda (node offset)
(treesit-fold-range-line-comment node offset "////")))
- [nongnu] elpa/treesit-fold b1021c2acb 293/417: feat: Add Noir support (#77), (continued)
- [nongnu] elpa/treesit-fold b1021c2acb 293/417: feat: Add Noir support (#77), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold fe3e7610b1 403/417: fix: `treesit-fold-close-all` raises an wrong type error (#5), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 993db0aa02 383/417: feat: Enhance SQL folding, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 0b48d9b286 355/417: reordered the alists for alphabetical ordering, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 27c0fd0c7e 361/417: style: Place functions in alphabetic order, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold e36498c9e1 323/417: docs: Apply new changes from line-reminder, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold a6c75c8373 334/417: Bump version, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold e704add10d 340/417: fix(llvm): Fix folding for LLVM's label, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 41c13ff0e2 416/417: 2 bug fix (#10), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold eb714e2c21 408/417: feat: Add Gleam support (#8), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 14e3f13f67 415/417: feat: Enhance the Gleam support (#9),
ELPA Syncer <=
- [nongnu] elpa/treesit-fold 7833eb31ab 096/417: Function void, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold ad0e036355 099/417: Core, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 862b571191 118/417: Remove def, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 44714c252a 126/417: Quote description, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold a1b5e97fa0 132/417: Improve doc, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 49aff53680 136/417: Add comment, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 5e956f74dc 148/417: Support python comment and document string, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 68c7954b3a 155/417: Apply more accurate c-like comment, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold b2222f0f7f 159/417: Update list, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 68d16a9bc9 166/417: Rename to ts-fold, ELPA Syncer, 2024/07/01