Hacker News new | ask | show | jobs
by ACosmicDust 1947 days ago
Emacs does have a package to use tree-sitter [0]. I think emacs-lsp is aware of this highlighting backend and performs pretty well.

(semantic highlighting is pretty slow for C++ with font-lock, with tree-sitter it's a breeze :))

[0]: https://github.com/ubolonton/emacs-tree-sitter

1 comments

Wait what? You mean to tell me that Emacs LSP already uses tree-sitter?