Merge pull request #162766 from stephank/feat/tree-sitter-hcl
This commit is contained in:
commit
3d81edb00f
3 changed files with 16 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
||||||
tree-sitter-gomod = lib.importJSON ./tree-sitter-gomod.json;
|
tree-sitter-gomod = lib.importJSON ./tree-sitter-gomod.json;
|
||||||
tree-sitter-graphql = lib.importJSON ./tree-sitter-graphql.json;
|
tree-sitter-graphql = lib.importJSON ./tree-sitter-graphql.json;
|
||||||
tree-sitter-haskell = lib.importJSON ./tree-sitter-haskell.json;
|
tree-sitter-haskell = lib.importJSON ./tree-sitter-haskell.json;
|
||||||
|
tree-sitter-hcl = lib.importJSON ./tree-sitter-hcl.json;
|
||||||
tree-sitter-heex = lib.importJSON ./tree-sitter-heex.json;
|
tree-sitter-heex = lib.importJSON ./tree-sitter-heex.json;
|
||||||
tree-sitter-hjson = lib.importJSON ./tree-sitter-hjson.json;
|
tree-sitter-hjson = lib.importJSON ./tree-sitter-hjson.json;
|
||||||
tree-sitter-html = lib.importJSON ./tree-sitter-html.json;
|
tree-sitter-html = lib.importJSON ./tree-sitter-html.json;
|
||||||
|
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"url": "https://github.com/MichaHoffmann/tree-sitter-hcl",
|
||||||
|
"rev": "3cb7fc28247efbcb2973b97e71c78838ad98a583",
|
||||||
|
"date": "2021-09-20T21:50:41+02:00",
|
||||||
|
"path": "/nix/store/rgd0p162smlfn90ggyq3y6y4q9sgybwh-tree-sitter-hcl",
|
||||||
|
"sha256": "0hg7w3hsvxjwz1rb1izknn46msm4mkjx2cnq603lzn7i9mb1pbyr",
|
||||||
|
"fetchLFS": false,
|
||||||
|
"fetchSubmodules": false,
|
||||||
|
"deepClone": false,
|
||||||
|
"leaveDotGit": false
|
||||||
|
}
|
|
@ -308,6 +308,10 @@ let
|
||||||
orga = "milisims";
|
orga = "milisims";
|
||||||
repo = "tree-sitter-org";
|
repo = "tree-sitter-org";
|
||||||
};
|
};
|
||||||
|
"tree-sitter-hcl" = {
|
||||||
|
orga = "MichaHoffmann";
|
||||||
|
repo = "tree-sitter-hcl";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
allGrammars =
|
allGrammars =
|
||||||
|
|
Loading…
Reference in a new issue