I'm so ready to start a new branch in emacs-tree-sitter jaja thanks for the tips, I will come back if anything comes. El lun., 30 de mar. de 2020 a la(s) 11:22, Stefan Monnier ( monnier@iro.umontreal.ca) escribió: > > I see, so in your opinion having a central engine won't be a bad > > architecture design for Emacs despite major modes having their own > engine. > > On the contrary: moving indentation to tree-sitter would be of great > benefit. > > > I wonder: is possible for any other package to "take the wheel" from > major > > modes when it comes to indentation > > I think it's a simple matter of > > (setq-local indent-line-function #'tree-sitter-indent-line) > > > -- Stefan > >