emacs-tree-sitter / ts-fold

Code-folding using tree-sitter
GNU General Public License v3.0
234 stars 28 forks source link

Not working on matlab-mode #109

Closed Nidish96 closed 11 months ago

Nidish96 commented 11 months ago

The code folding doesn't work while on matlab-mode.

Any tips on how to debug this?

jcs090218 commented 11 months ago

There is no matlab folding, see https://github.com/emacs-tree-sitter/ts-fold/blob/07da6590aaf0b121dff97fe4bc12fa6486fadcde/ts-fold.el#L61

Therefore, this is a feature request! 🤔

Nidish96 commented 11 months ago

Ah thanks, it would be cool to add matlab then!

Nidish96 commented 11 months ago

I've done just this and created a pull request here: https://github.com/emacs-tree-sitter/ts-fold/pull/110