_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
emacs-tree-sitter-ess-r 20250729.1500
Propagated dependencies: emacs-ess@20260307.1449 emacs-tree-sitter@20260116.9 emacs-tree-sitter-langs@20260309.1830
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/ShuguangSun/tree-sitter-ess-r
Licenses:
Build system: melpa
Synopsis: R with tree-sitter
Description:

Documentation at https://melpa.org/#/tree-sitter-ess-r

python-tree-sitter-html 0.23.2
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/tree-sitter/tree-sitter-html
Licenses: Expat
Build system: pyproject
Synopsis: Tree-sitter HTML grammar
Description:

This package provides a HTML grammar for the Tree-sitter library.

This variant provides Python bindings.

python-tree-sitter-rust 0.24.0
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/tree-sitter/tree-sitter-rust
Licenses: Expat
Build system: pyproject
Synopsis: Tree-sitter Rust grammar
Description:

This package provides a Rust grammar for the Tree-sitter library.

This variant provides Python bindings.

python-tree-sitter-json 0.24.8
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/tree-sitter/tree-sitter-json
Licenses: Expat
Build system: pyproject
Synopsis: Tree-sitter JSON grammar
Description:

This package provides a JSON grammar for the Tree-sitter library.

This variant provides Python bindings.

cl-concrete-syntax-tree 0.2.0-0.3729172
Propagated dependencies: cl-acclimation@0.0.0-1.4d51150
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/s-expressionists/Concrete-Syntax-Tree
Licenses: FreeBSD
Build system: asdf/source
Synopsis: Parse Common Lisp code into a concrete syntax tree
Description:

This library is intended to solve the problem of source tracking for Common Lisp code.

By "source tracking", it is meant that code elements that have a known origin in the form of a position in a file or in an editor buffer are associated with some kind of information about this origin.

Since the exact nature of such origin information depends on the Common Lisp implementation and the purpose of wanting to track that origin, the library does not impose a particular structure of this information. Instead, it provides utilities for manipulating source code in the form of what is called concrete syntax trees (CSTs for short) that preserve this information about the origin.

emacs-tree-sitter-langs 0.12.22
Propagated dependencies: tree-sitter@0.25.3
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/emacs-tree-sitter/tree-sitter-langs
Licenses: Expat
Build system: emacs
Synopsis: Language bundle for Emacs's tree-sitter package
Description:

This is a convenient language bundle for the Emacs package tree-sitter. It serves as an interim distribution mechanism, until tree-sitter is widespread enough for language-specific major modes to incorporate its functionalities.

For each supported language, this package provides:

1. Pre-compiled grammar binaries for 3 major platforms: macOS, Linux and Windows, on x86_64. In the future, tree-sitter-langs may provide tooling for major modes to do this on their own. 2. An optional highlights.scm file that provides highlighting patterns. This is mainly intended for major modes that are not aware of tree-sitter. A language major mode that wants to use tree-sitter for syntax highlighting should instead provide the query patterns on its own, using the mechanisms defined by tree-sitter-hl. 3. Optional query patterns for other minor modes that provide high-level functionalities on top of tree-sitter, such as code folding, evil text objects… As with highlighting patterns, major modes that are directly aware of tree-sitter should provide the query patterns on their own.

emacs-tree-sitter-indent 20220411.1439
Propagated dependencies: emacs-tree-sitter@20260116.9
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://codeberg.org/FelipeLema/tree-sitter-indent.el
Licenses:
Build system: melpa
Synopsis: Provide indentation with a Tree-sitter backend
Description:

Documentation at https://melpa.org/#/tree-sitter-indent

emacs-tree-sitter-ispell 20240610.2252
Propagated dependencies: emacs-tree-sitter@20260116.9
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/erickgnavar/tree-sitter-ispell.el
Licenses:
Build system: melpa
Synopsis: Run ispell on tree-sitter text nodes
Description:

Documentation at https://melpa.org/#/tree-sitter-ispell

tree-sitter-actionscript 0.1.0-0.2491903
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/Rileran/tree-sitter-actionscript
Licenses: Expat
Build system: tree-sitter
Synopsis: Tree-sitter ActionScript grammar
Description:

This package provides a ActionScript grammar for the Tree-sitter library.

tree-sitter-linkerscript 1.0.0-0.f99011a
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/tree-sitter-grammars/tree-sitter-linkerscript
Licenses: Expat
Build system: tree-sitter
Synopsis: Tree-sitter Linker script grammar
Description:

This package provides a Linker script grammar for the Tree-sitter library.

tree-sitter-lua-patterns 1.0.1-0.31461ae
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/tree-sitter-grammars/tree-sitter-luap
Licenses: Expat
Build system: tree-sitter
Synopsis: Tree-sitter Lua patterns grammar
Description:

This package provides a Lua patterns grammar for the Tree-sitter library.

tree-sitter-markdown-gfm 0.4.1
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/MDeiml/tree-sitter-markdown
Licenses: Expat
Build system: tree-sitter
Synopsis: Tree-sitter Markdown (CommonMark Spec v0.30) grammars
Description:

This package provides Markdown (CommonMark Spec v0.30) grammars for the Tree-sitter library.

ecl-concrete-syntax-tree 0.2.0-0.3729172
Dependencies: ecl-acclimation@0.0.0-1.4d51150
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/s-expressionists/Concrete-Syntax-Tree
Licenses: FreeBSD
Build system: asdf/ecl
Synopsis: Parse Common Lisp code into a concrete syntax tree
Description:

This library is intended to solve the problem of source tracking for Common Lisp code.

By "source tracking", it is meant that code elements that have a known origin in the form of a position in a file or in an editor buffer are associated with some kind of information about this origin.

Since the exact nature of such origin information depends on the Common Lisp implementation and the purpose of wanting to track that origin, the library does not impose a particular structure of this information. Instead, it provides utilities for manipulating source code in the form of what is called concrete syntax trees (CSTs for short) that preserve this information about the origin.

emacs-treemacs-nerd-icons 0.0.1
Propagated dependencies: emacs-nerd-icons@0.1.0-1.4bd9795 emacs-treemacs@3.2
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/rainstormstudio/treemacs-nerd-icons
Licenses: GPL 3
Build system: emacs
Synopsis: nerd-icons theme for treemacs
Description:

nerd-icons theme for treemacs

emacs-treemacs-projectile 20250320.2206
Propagated dependencies: emacs-projectile@20260310.858 emacs-treemacs@20251226.1307
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/Alexander-Miller/treemacs
Licenses:
Build system: melpa
Synopsis: Projectile integration for treemacs
Description:

Documentation at https://melpa.org/#/treemacs-projectile

emacs-use-package-treesit 20260118.1521
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/domq/use-package-treesit.git
Licenses:
Build system: melpa
Synopsis: Automatically use tree-sitter enhanced major modes
Description:

Documentation at https://melpa.org/#/use-package-treesit

emacs-treemacs-nerd-icons 20251024.1914
Propagated dependencies: emacs-nerd-icons@20260129.1655 emacs-treemacs@20251226.1307
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/rainstormstudio/treemacs-nerd-icons
Licenses:
Build system: melpa
Synopsis: Emacs Nerd Font Icons theme for treemacs
Description:

Documentation at https://melpa.org/#/treemacs-nerd-icons

emacs-dir-treeview-themes 20230112.134
Propagated dependencies: emacs-dir-treeview@20241025.2251
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/tilmanrassy/emacs-dir-treeview-themes
Licenses:
Build system: melpa
Synopsis: Themes for dir-treeview
Description:

Documentation at https://melpa.org/#/dir-treeview-themes

emacs-treemacs-nerd-icons 0.0.1-1
Propagated dependencies: emacs-nerd-icons@0.1.0-1.4bd9795 emacs-treemacs@3.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/rainstormstudio/treemacs-nerd-icons
Licenses: GPL 3+
Build system: emacs
Synopsis: emacs-treemacs-nerd-icons
Description:

This package provides nerd-icons integration for treemacs.

tree-sitter-gitattributes 0.1.6-0.1b7af09
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/tree-sitter-grammars/tree-sitter-gitattributes
Licenses: Expat
Build system: tree-sitter
Synopsis: Tree-sitter Git .gitattributes grammar
Description:

This package provides a Git .gitattributes grammar for the Tree-sitter library.

python-tree-sitter-python 0.25.0
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/tree-sitter/tree-sitter-python
Licenses: Expat
Build system: pyproject
Synopsis: Tree-sitter Python grammar
Description:

This package provides a Python grammar for the Tree-sitter library.

This variant provides Python bindings.

sbcl-concrete-syntax-tree 0.2.0-0.3729172
Dependencies: sbcl-acclimation@0.0.0-1.4d51150
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/s-expressionists/Concrete-Syntax-Tree
Licenses: FreeBSD
Build system: asdf/sbcl
Synopsis: Parse Common Lisp code into a concrete syntax tree
Description:

This library is intended to solve the problem of source tracking for Common Lisp code.

By "source tracking", it is meant that code elements that have a known origin in the form of a position in a file or in an editor buffer are associated with some kind of information about this origin.

Since the exact nature of such origin information depends on the Common Lisp implementation and the purpose of wanting to track that origin, the library does not impose a particular structure of this information. Instead, it provides utilities for manipulating source code in the form of what is called concrete syntax trees (CSTs for short) that preserve this information about the origin.

emacs-treemacs-perspective 20250320.2145
Propagated dependencies: emacs-treemacs@20251226.1307 emacs-perspective@20260211.633 emacs-dash@20260221.1346
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/Alexander-Miller/treemacs
Licenses:
Build system: melpa
Synopsis: Perspective integration for treemacs
Description:

Documentation at https://melpa.org/#/treemacs-perspective

emacs-treemacs-icons-dired 20250320.2145
Propagated dependencies: emacs-treemacs@20251226.1307
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/Alexander-Miller/treemacs
Licenses:
Build system: melpa
Synopsis: Treemacs icons for dired
Description:

Documentation at https://melpa.org/#/treemacs-icons-dired

Total results: 354