[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#49946] [PATCH v2 33/33] gnu: Add emacs-tree-sitter-langs.
From: |
Pierre Langlois |
Subject: |
[bug#49946] [PATCH v2 33/33] gnu: Add emacs-tree-sitter-langs. |
Date: |
Sun, 29 Aug 2021 11:53:29 +0100 |
User-agent: |
mu4e 1.6.3; emacs 27.2 |
Pierre Langlois <pierre.langlois@gmx.com> writes:
> * gnu/packages/tree-sitter.scm (emacs-tree-sitter-langs): New variable.
> ---
> gnu/packages/tree-sitter.scm | 80 ++++++++++++++++++++++++++++++++++++
> 1 file changed, 80 insertions(+)
>
> diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
> index 0454d75ad4..6bb52b68ac 100644
> --- a/gnu/packages/tree-sitter.scm
> +++ b/gnu/packages/tree-sitter.scm
> @@ -709,3 +709,83 @@ Emacs packages that understand code structurally. For
> example:
> @item More informative indexing for imenu.
> @end enumerate")
> (license license:expat)))
> +
> +(define-public emacs-tree-sitter-langs
> + (package
> + (name "emacs-tree-sitter-langs")
> + (version "0.10.3")
> + (source (origin
> + (method git-fetch)
> + (uri (git-reference
> + (url
> "https://github.com/emacs-tree-sitter/tree-sitter-langs")
> + (commit version)))
> + (file-name (git-file-name name version))
> + (sha256
> + (base32
> + "0fa0xi8sky5h3rscnvcci9djdi71qj30vivzzvx7w8pqkmsy1vq7"))))
> + (build-system emacs-build-system)
> + ;; FIXME: Support for some languages, such as bash, is still missing from
> + ;; the bundle.
Whoops, I forgot to update the comment after adding support for bash,
I'll fix that locally!
Thanks,
Pierre
signature.asc
Description: PGP signature
- [bug#49946] [PATCH v2 28/33] gnu: rust-emacs-module: Update to 0.16., (continued)
- [bug#49946] [PATCH v2 28/33] gnu: rust-emacs-module: Update to 0.16., Pierre Langlois, 2021/08/29
- [bug#49946] [PATCH v2 31/33] gnu: Add emacs-tree-sitter-core., Pierre Langlois, 2021/08/29
- [bug#49946] [PATCH v2 25/33] gnu: Add tree-sitter-typescript., Pierre Langlois, 2021/08/29
- [bug#49946] [PATCH v2 23/33] gnu: Add tree-sitter-python., Pierre Langlois, 2021/08/29
- [bug#49946] [PATCH v2 22/33] gnu: Add tree-sitter-php., Pierre Langlois, 2021/08/29
- [bug#49946] [PATCH v2 21/33] gnu: Add tree-sitter-julia., Pierre Langlois, 2021/08/29
- [bug#49946] [PATCH v2 24/33] gnu: Add tree-sitter-rust., Pierre Langlois, 2021/08/29
- [bug#49946] [PATCH v2 26/33] gnu: Add rust-bindgen@0.56., Pierre Langlois, 2021/08/29
- [bug#49946] [PATCH v2 32/33] gnu: Add emacs-tree-sitter., Pierre Langlois, 2021/08/29
- [bug#49946] [PATCH v2 33/33] gnu: Add emacs-tree-sitter-langs., Pierre Langlois, 2021/08/29
- [bug#49946] [PATCH v2 33/33] gnu: Add emacs-tree-sitter-langs.,
Pierre Langlois <=
- [bug#49946] [PATCH v2 30/33] gnu: rust-emacs: Update to 0.17., Pierre Langlois, 2021/08/29
- [bug#49946] [PATCH v2 29/33] gnu: rust-emacs-macros: Update to 0.17., Pierre Langlois, 2021/08/29
[bug#49946] [PATCH 10/31] gnu: Add node-nan., Pierre Langlois, 2021/08/08
[bug#49946] [PATCH 09/31] guix: node-build-system: Support compiling addons with node-gyp., Pierre Langlois, 2021/08/08
[bug#49946] [PATCH 15/31] gnu: Add tree-sitter-html., Pierre Langlois, 2021/08/08
[bug#49946] [PATCH 17/31] gnu: Add tree-sitter-javascript., Pierre Langlois, 2021/08/08
[bug#49946] [PATCH 13/31] gnu: Add tree-sitter-css., Pierre Langlois, 2021/08/08
[bug#49946] [PATCH 12/31] gnu: Add tree-sitter-cpp., Pierre Langlois, 2021/08/08
[bug#49946] [PATCH 11/31] gnu: Add tree-sitter-c., Pierre Langlois, 2021/08/08