在 2020年1月3日 +0800 PM11:43,arthur miller ,写道: > 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 ,写道: > > 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