File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 3333; ; (@* "Externals" )
3434; ;
3535
36+ ; ; TODO(everyone): keep the forward declared alphabetically sorted
37+
3638(declare-function ts-fold-range-seq " ts-fold.el" )
3739(declare-function ts-fold-range-line-comment " ts-fold.el" )
3840(declare-function ts-fold-range-block-comment " ts-fold.el" )
5153; ; (@* "Parsers" )
5254; ;
5355
56+ ; ; TODO(everyone): keep the function alphabetically sorted
57+
5458(defun ts-fold-parsers-agda ()
5559 " Rule sets for Agda."
5660 '(()))
Original file line number Diff line number Diff line change @@ -193,6 +193,7 @@ type of content by checking the word boundary's existence."
193193 summary (propertize summary 'face 'ts-fold-replacement-face ))))
194194 summary))
195195
196+ ; ; TODO(everyone): keep this alist alphabetically sorted
196197(defcustom ts-fold-summary-parsers-alist
197198 `((actionscript-mode . ts-fold-summary-javadoc)
198199 (bat-mode . ts-fold-summary-batch)
Original file line number Diff line number Diff line change 6161
6262The alist is in form of (major-mode . (foldable-node-type))." )
6363
64+ ; ; TODO(everyone): This is a bit messy, but try to keep this alist
65+ ; ; alphabetically sorted
6466(defcustom ts-fold-range-alist
6567 `((agda-mode . ,(ts-fold-parsers-agda))
6668 (sh-mode . ,(ts-fold-parsers-bash))
You can’t perform that action at this time.
0 commit comments