~ruther/nixos-config

ref: a14e3fbc92a535ab4025fc2678a7170b5352a945 nixos-config/pkgs/tree-sitter-vhdl.nix -rw-r--r-- 326 bytes
a14e3fbc — Frantisek Bohacek feat: add vhdl treesitter grammar packages, put it to emacs 9 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
{ tree-sitter, fetchFromGitHub }:

tree-sitter.buildGrammar {
  language = "tree-sitter-vhdl";
  version = "0.0.0";

  src = fetchFromGitHub {
    owner = "alemuller";
    repo = "tree-sitter-vhdl";
    rev = "a3b2d84990527c7f8f4ae219c332c00c33d2d8e5";
    hash = "sha256-CtlhSAKp90nXLI5g+vAd0dZZxjPTyMcNFvHL8DBY4j8=";
  };
}
Do not follow this link