emacs-tree-sitter / treesit-fold

Code folding using treesit.el
GNU General Public License v3.0
61 stars 9 forks source link

Status #2

Closed garyo closed 3 months ago

garyo commented 3 months ago

Just to confirm, is the starting (current) state of this repo the same as master branch of https://github.com/emacs-tree-sitter/ts-fold? Have any changes been made yet beyond that? I notice it still depends on tree-sitter and if I understand the point, it should only use built-in treesit. I can help with some of this if needed. I presume the first thing will be to merge in @AndrewSwerlick 's changes?

jcs090218 commented 3 months ago

Yes, it is currently aligned with the master branch of ts-fold.

This is the official repository for those interested in treesit.el support. Given the past interest from various individuals, they are now welcome to submit pull requests to this repository, which will be reviewed and merged. 🤔

Ping people who might be interested in this: @AndrewSwerlick, @abougouffa, @DevelopmentCool2449. :)

Edit: By the way, I am willing to work on this until I have fully transitioned from tree-sitter.el to treesit.el. However, please note that this transition will take me some time.

DevelopmentCool2449 commented 3 months ago

Jen-Chieh Shen @.***> writes:

Yes, it is currently aligned with the master branch of ts-fold.

This is the official repository for those interested in treesit.el support. Given the past interest from various individuals, they are now welcome to submit pull requests to this repository, which will be reviewed and merged. 🤔

Ping people who might be interested in this, @AndrewSwerlick, @abougouffa, @DevelopmentCool2449. :)

Thank you, i will open a PR when i can for bring some features from @abougouffa fork.

DevelopmentCool2449 commented 3 months ago

I've opened a PR for treesit support

jcs090218 commented 3 months ago

Everything is all set. Close this issue now. :)