neovim: add tree-sitter-glimmer

This commit is contained in:
LavaDesu 2021-09-05 11:36:43 +07:00
parent 363b02a889
commit 2987222270
Signed by: cilly
GPG key ID: 6500251E087653C9
4 changed files with 30 additions and 1 deletions

View file

@ -0,0 +1,9 @@
{
callPackage,
inputs
}:
callPackage (inputs.nixpkgs + "/pkgs/development/tools/parsing/tree-sitter/grammar.nix") {} {
language = "glimmer";
version = "1.0.0";
source = inputs.tree-sitter-glimmer;
}