Tidal mode for emacs with tree-sitter

Hi there, emacs 29+ comes with tree-sitter by default. Tree-sitter build a syntax tree representation the program in the buffer. It is possible to tune it for Tidal.

I've done some experiment and updated the tidal-mode for use treesitter on a fork. It gives some nice fontization , motion navigating from operator to operator and imenu.

Here's a post i've wrote on it. I would like to discuss with practitionner to see if would be a good idea to update the "official" tidal-mode with tree-sitter capabalities. What do you , emacs users, think about it ?

1 Like

Sounds good! I'm still using emacs 27.1 though, which comes with my linux distribution. Is it possible to update the plugin in a way that it still works without the additional capabilities, for older emacs versions?

Hi, i think so. I'll have a look on how to manage older version of emacs.