jimeh / emacs-builds

Self-contained Emacs.app builds for macOS, with native-compilation support.

Home Page:https://github.com/jimeh/emacs-builds/releases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

no treesit

satchel9 opened this issue · comments

(treesit): Cannot activate tree-sitter, because language grammar for go is unavailable (not-found): (libtree-sitter-go.so libtree-sitter-go.so.0 libtree-sitter-go.so.0.0 libtree-sitter-go.dylib libtree-sitter-go.dylib.0 libtree-sitter-go.dylib.0.0) No such file or directory

Emacs itself doesn't actually include tree-sitter grammars. They decided to leave grammar installation up to the users, which does make sense as anyone can make a grammar and there's a few competing forks for some languages.

However have a look at treesit-auto, it has support for automatically installing grammars for a wide set of languages.