emacs-devel
[Top][All Lists]
Advanced

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

RE: Using incremental parsing in Emacs


From: HaiJun Zhang
Subject: RE: Using incremental parsing in Emacs
Date: Sat, 4 Jan 2020 11:25:29 +0800

在 2020年1月3日 +0800 PM11:43,arthur miller <address@hidden>,写道:
Microsoft has been doing this since 1990's and they ended up with "language server protocol".  Maybe Emacs core could implement some kind of support for implementing lsp:s or implement some better support to interchange data with existing lsp:s.


It seems that they(VSCode team) are also trying something like the tree-sitter. I forward another discussion to you.
在 2019年12月27日 +0800 AM12:52,yyoncho <address@hidden>,写道:
Hi Stefan,
 
3- How does tree-sitter compare with the LSP-route (via eglot-mode
   or lsp-mode)?

lsp protocol is not going to support full-featured highlighting but only semantic
because it won't be fast enough. 

Related: https://github.com/microsoft/vscode/issues/77140 and 
https://github.com/Microsoft/vscode/issues/585

Thanks,
Ivan 

reply via email to

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