Replies: 1 comment
-
Now #165 is a recommended solution. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you want to enable tree-sitter grammars that are not shipped with Emacs, you can add them with a setting like this:
The code is based on https://github.com/DamienCassou/nixpkgs/blob/8f0515dbf74c886b61639ccad5a1ea7c2f51265d/pkgs/applications/editors/emacs/elisp-packages/manual-packages/treesit-grammars/default.nix.
It might be possible to add an extra support for tree-sitter grammars to
twist.nix
to make the configuration concise. For now, the above method works.Beta Was this translation helpful? Give feedback.
All reactions