query
On this page

with-grammars

pkgs.emacsPackages.treesit-grammars.with-grammars

Docs pulled from | This Revision | about 2 hours ago


treesit-grammars.with-grammars (p: [ p.tree-sitter-bash p.tree-sitter-c ... ])


Noogle detected

Aliases

Implementation

The following is the current implementation of this function.

with-grammars = fn: pkgs.linkFarm "emacs-treesit-grammars"
    (map grammarToAttrSet (fn pkgs.tree-sitter.builtGrammars));