[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/treesit-fold a860af5c66 302/417: feat(ts): Include more ru
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/treesit-fold a860af5c66 302/417: feat(ts): Include more rules for TS |
Date: |
Mon, 1 Jul 2024 10:02:42 -0400 (EDT) |
branch: elpa/treesit-fold
commit a860af5c66d02878f2135cb4f2b0267f7af7a8a2
Author: JenChieh <jcs090218@gmail.com>
Commit: JenChieh <jcs090218@gmail.com>
feat(ts): Include more rules for TS
---
ts-fold-parsers.el | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/ts-fold-parsers.el b/ts-fold-parsers.el
index d4984ad578..697432af3d 100644
--- a/ts-fold-parsers.el
+++ b/ts-fold-parsers.el
@@ -420,7 +420,12 @@
(defun ts-fold-parsers-typescript ()
"Rule set for TypeScript."
- (append (ts-fold-parsers-javascript)))
+ (append
+ (ts-fold-parsers-javascript)
+ '((class_body . ts-fold-range-seq)
+ (enum_body . ts-fold-range-seq)
+ (named_imports . ts-fold-range-seq)
+ (object_type . ts-fold-range-seq))))
(defun ts-fold-parsers-verilog ()
"Rule set for Verilog."
- [nongnu] elpa/treesit-fold 2bcb2f3ccf 213/417: Fix typo, (continued)
- [nongnu] elpa/treesit-fold 2bcb2f3ccf 213/417: Fix typo, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 7f1e24cf23 215/417: Add todo note, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold f0804a2435 230/417: docs(CHANGELOG): update (#28), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 74af83d2aa 239/417: Add default script directive, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 3e1a96dad0 241/417: Remove redundant fold node alist (#36), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 2970338c7f 273/417: docs(README.md): Add Dart support, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold fe64d0e9d1 274/417: fix: Fold class in Dart, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 8734a2e2a8 288/417: feat: Add Beancount support (#74), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold c515c18e84 388/417: feat: Fold script and style tag, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold b5664b1c1c 306/417: feat: Add Assembly support (#87), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold a860af5c66 302/417: feat(ts): Include more rules for TS,
ELPA Syncer <=
- [nongnu] elpa/treesit-fold 58adaef135 328/417: Support k8s-mode, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold e82256dd27 393/417: fix: missing treesit prefix, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold d705c12059 299/417: feat: Add Zig support (#82), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 7a7bd70185 295/417: feat: Add VHDL support (#79), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 0c13c0e4ed 374/417: ci: Bump Emacs 29.x to 3, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold e015c9a3eb 297/417: feat: Add Jsonnet support (#81), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold d50f5dd2f8 398/417: feat(parser): Add token_tree to Rust, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 6dda55a29a 298/417: doc: Add development languages, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold ac1461d364 338/417: feat: Add LLVM support, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 9f82f1e632 400/417: Support for treesit.el (#3), ELPA Syncer, 2024/07/01