Add some more tree-sitter grammars
This commit is contained in:
parent
059cefc15d
commit
27ac219de2
1 changed files with 11 additions and 1 deletions
|
@ -29,7 +29,12 @@
|
|||
#:use-module ((gnu packages music)
|
||||
#:select (easytag))
|
||||
#:use-module ((gnu packages tree-sitter)
|
||||
#:select (tree-sitter-bash))
|
||||
#:select (tree-sitter-bash
|
||||
tree-sitter-scheme
|
||||
tree-sitter-python
|
||||
tree-sitter-org
|
||||
tree-sitter-json
|
||||
tree-sitter-css))
|
||||
#:use-module ((gnu packages video)
|
||||
#:select (mpv
|
||||
mpv-mpris))
|
||||
|
@ -223,6 +228,11 @@
|
|||
emacs-oni-notmuch
|
||||
emacs-oni-hy
|
||||
tree-sitter-bash
|
||||
tree-sitter-scheme
|
||||
tree-sitter-python
|
||||
tree-sitter-org
|
||||
tree-sitter-json
|
||||
tree-sitter-css
|
||||
gforth
|
||||
recutils
|
||||
emacs-rec-mode
|
||||
|
|
Loading…
Reference in a new issue