emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Tree-sitter api


From: Eli Zaretskii
Subject: Re: Tree-sitter api
Date: Wed, 15 Sep 2021 21:48:08 +0300

> From: Stefan Monnier <monnier@iro.umontreal.ca>
> Cc: Yuan Fu <casouri@gmail.com>,  ubolonton@gmail.com,  theo@thornhill.no,
>   cpitclaudel@gmail.com,  emacs-devel@gnu.org,
>   stephen_leake@stephe-leake.org
> Date: Wed, 15 Sep 2021 14:19:12 -0400
> 
> > I wasn't talking about tree-sitter itself, I was talking about the
> > facilities Emacs will provide based on TS.  There will be in Emacs a
> > function to calculate indentation using TS, right?  And that function
> > will be language-agnostic, like indent-line-function is, right?
> 
> There is such a function but it doesn't do anything itself.  It relies
> on the major-mode to do the heavy lifting which consists in giving
> indentation rules for each one of the possible node types that can
> appear in the AST

Sure, and the new one will do that with help of TS.  But the principle
is the same.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]