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

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

[nongnu] elpa/treesit-fold fe64d0e9d1 274/417: fix: Fold class in Dart


From: ELPA Syncer
Subject: [nongnu] elpa/treesit-fold fe64d0e9d1 274/417: fix: Fold class in Dart
Date: Mon, 1 Jul 2024 10:02:34 -0400 (EDT)

branch: elpa/treesit-fold
commit fe64d0e9d1221ce218144aa8c6e41466a5a3797b
Author: JenChieh <jcs090218@gmail.com>
Commit: JenChieh <jcs090218@gmail.com>

    fix: Fold class in Dart
---
 ts-fold-parsers.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ts-fold-parsers.el b/ts-fold-parsers.el
index 488252395a..b9f5e9654c 100644
--- a/ts-fold-parsers.el
+++ b/ts-fold-parsers.el
@@ -121,6 +121,7 @@
 (defun ts-fold-parsers-dart ()
   "Rule set for Dart."
   '((block                 . ts-fold-range-seq)
+    (class_body            . ts-fold-range-seq)
     (arguments             . ts-fold-range-seq)
     (comment               . ts-fold-range-c-like-comment)
     (documentation_comment . ts-fold-range-c-like-comment)



reply via email to

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