[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/treesit-fold 7f1e24cf23 215/417: Add todo note
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/treesit-fold 7f1e24cf23 215/417: Add todo note |
Date: |
Mon, 1 Jul 2024 10:02:27 -0400 (EDT) |
branch: elpa/treesit-fold
commit 7f1e24cf234edf92352b719c7c25a93385e4beb0
Author: Jen-Chieh Shen <jcs090218@gmail.com>
Commit: Jen-Chieh Shen <jcs090218@gmail.com>
Add todo note
---
ts-fold-parsers.el | 4 ++++
ts-fold-summary.el | 1 +
ts-fold.el | 2 ++
3 files changed, 7 insertions(+)
diff --git a/ts-fold-parsers.el b/ts-fold-parsers.el
index 1a8d678b6d..956391ea3d 100644
--- a/ts-fold-parsers.el
+++ b/ts-fold-parsers.el
@@ -33,6 +33,8 @@
;; (@* "Externals" )
;;
+;; TODO(everyone): keep the forward declared alphabetically sorted
+
(declare-function ts-fold-range-seq "ts-fold.el")
(declare-function ts-fold-range-line-comment "ts-fold.el")
(declare-function ts-fold-range-block-comment "ts-fold.el")
@@ -51,6 +53,8 @@
;; (@* "Parsers" )
;;
+;; TODO(everyone): keep the function alphabetically sorted
+
(defun ts-fold-parsers-agda ()
"Rule sets for Agda."
'(()))
diff --git a/ts-fold-summary.el b/ts-fold-summary.el
index fc46305134..28db7f5192 100644
--- a/ts-fold-summary.el
+++ b/ts-fold-summary.el
@@ -193,6 +193,7 @@ type of content by checking the word boundary's existence."
summary (propertize summary 'face 'ts-fold-replacement-face))))
summary))
+;; TODO(everyone): keep this alist alphabetically sorted
(defcustom ts-fold-summary-parsers-alist
`((actionscript-mode . ts-fold-summary-javadoc)
(bat-mode . ts-fold-summary-batch)
diff --git a/ts-fold.el b/ts-fold.el
index 9515b57e36..2a0d5aa668 100644
--- a/ts-fold.el
+++ b/ts-fold.el
@@ -61,6 +61,8 @@
The alist is in form of (major-mode . (foldable-node-type)).")
+;; TODO(everyone): This is a bit messy, but try to keep this alist
+;; alphabetically sorted
(defcustom ts-fold-range-alist
`((agda-mode . ,(ts-fold-parsers-agda))
(sh-mode . ,(ts-fold-parsers-bash))
- [nongnu] elpa/treesit-fold 59c57057ba 353/417: chore: Remove debug message, (continued)
- [nongnu] elpa/treesit-fold 59c57057ba 353/417: chore: Remove debug message, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 4d8e9ceef7 405/417: Add more nodes to elisp parser, remove `s` dependency, add vimscript (#6), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold a549f22b3b 409/417: Update CHANGELOG.md, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 3ebdb45c3d 019/417: fix evil integration if install from nix, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold af0de4e135 188/417: merge setup-emacs, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold bc3e5dda46 266/417: fix: Wrong function call, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold c408ef1165 291/417: Bump version - 0.2.0, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold e88e2579b6 191/417: Merge pull request #7 from Kaligule/patch-2, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold e6191cb5ca 210/417: doc, ELPA Syncer, 2024/07/01
- [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 <=
- [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, 2024/07/01
- [nongnu] elpa/treesit-fold 58adaef135 328/417: Support k8s-mode, ELPA Syncer, 2024/07/01