branch: elpa/treesit-fold
commit 0b48d9b2862e7c2510310a14833d3395c3d117e6
Author: Nidish Narayanaa Balaji <[email protected]>
Commit: Jen-Chieh Shen <[email protected]>
reordered the alists for alphabetical ordering
---
ts-fold-summary.el | 1 -
ts-fold.el | 1 -
2 files changed, 2 deletions(-)
diff --git a/ts-fold-summary.el b/ts-fold-summary.el
index 1e9e9e2f75..636deedbc7 100644
--- a/ts-fold-summary.el
+++ b/ts-fold-summary.el
@@ -283,7 +283,6 @@ type of content by checking the word boundary's existence."
(php-mode . ts-fold-summary-javadoc)
(pascal-mode . ts-fold-summary-pascal-doc)
(python-mode . ts-fold-summary-python-doc)
- (matlab-mode . ts-fold-summary-matlab-doc)
(qss-mode . ts-fold-summary-css)
(rjsx-mode . ts-fold-summary-javadoc)
(rst-mode . ts-fold-summary-rst-doc)
diff --git a/ts-fold.el b/ts-fold.el
index 77595a841e..827f9d1f66 100644
--- a/ts-fold.el
+++ b/ts-fold.el
@@ -110,7 +110,6 @@
(makefile-makepp-mode . ,(ts-fold-parsers-make))
(makefile-bsdmake-mode . ,(ts-fold-parsers-make))
(makefile-imake-mode . ,(ts-fold-parsers-make))
- (matlab-mode . ,(ts-fold-parsers-matlab))
(markdown-mode . ,(ts-fold-parsers-markdown))
(matlab-mode . ,(ts-fold-parsers-matlab))
(mermaid-mode . ,(ts-fold-parsers-mermaid))