feat(tazjin/emacs): add a bunch of tree-sitter grammars
I want to experiment with the new tree-sitter modes in Emacs, maybe they're good. Change-Id: I706fc8a889fcfa61d0f11d50ecbc67a2899b5bbf Reviewed-on: https://cl.tvl.fyi/c/depot/+/9307 Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
This commit is contained in:
parent
6e1ea80e5b
commit
2b1eb01124
1 changed files with 17 additions and 0 deletions
|
@ -89,6 +89,23 @@ pkgs.makeOverridable
|
|||
zetteldeft
|
||||
zoxide
|
||||
|
||||
# tree-sitter grammars for various ts-modes
|
||||
(treesit-grammars.with-grammars (g: with g; [
|
||||
tree-sitter-bash
|
||||
tree-sitter-c
|
||||
tree-sitter-cmake
|
||||
tree-sitter-cpp
|
||||
tree-sitter-go
|
||||
tree-sitter-java
|
||||
tree-sitter-json
|
||||
tree-sitter-latex
|
||||
tree-sitter-nix
|
||||
tree-sitter-python
|
||||
tree-sitter-rust
|
||||
tree-sitter-toml
|
||||
tree-sitter-yaml
|
||||
]))
|
||||
|
||||
# Wonky stuff
|
||||
(currentTelega epkgs)
|
||||
|
||||
|
|
Loading…
Reference in a new issue