emacs-devel
[Top][All Lists]
Advanced

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

Re: PL support (was: Drop the Copyright Assignment requirement for Emacs


From: João Távora
Subject: Re: PL support (was: Drop the Copyright Assignment requirement for Emacs)
Date: Sat, 9 May 2020 17:08:21 +0100

On Sat, May 9, 2020 at 5:02 PM Eli Zaretskii <address@hidden> wrote:

> AFAICT, tree-sitter supports many languages already.  I know less
> about LSP, but I'm guessing they are not very far of that, either.

Just to note that LSP by itself, doesn't do any parsing.  It is just a
a protocol for editors and "language servers" to exchange information
about source in a standard fashion.  For all we know, the LSP server
can be using tree-sitter itself.

Even Emacs can become an LSP server and serve its 40-year old
hard earned intelligence  in many language to the world.  I think Richard
once supported this idea. There's a jsonrpc.el library in the core that
could make it easier to do that.

João



reply via email to

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