On 09.05.2020 19:05, Eli Zaretskii wrote:
Cc: address@hidden, address@hidden
From: Dmitry Gutov <address@hidden>
Date: Sat, 9 May 2020 18:53:10 +0300
Cannot enable what?
Font-lock and indentation based on those capabilities, for one.
Neither is part of the LSP protocol, so Eglot doesn't do this (yet).
LSP at the moment provides more "advances" features: code completion,
navigation and documentation. In short, it's a replacement for etags and
the manual. For all supported languages.
For these two features in particular, we might want to pick a TreeSitter
based solution anyway, because that one at least could allow us to
continue writing grammars in Emacs, instead of entirely relying on
external programs to keep up-to-date and complete grammars.