tree-sitter: fix eval
This commit is contained in:
parent
b3e7ddabfb
commit
72ab5cbf69
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ let
|
||||||
source = fetchGrammar grammar;
|
source = fetchGrammar grammar;
|
||||||
location = if grammar ? location then grammar.location else null;
|
location = if grammar ? location then grammar.location else null;
|
||||||
};
|
};
|
||||||
grammars' = (import ./grammars);
|
grammars' = (import ./grammars { inherit lib; });
|
||||||
grammars = grammars' //
|
grammars = grammars' //
|
||||||
{ tree-sitter-ocaml = grammars'.tree-sitter-ocaml // { location = "ocaml"; }; } //
|
{ tree-sitter-ocaml = grammars'.tree-sitter-ocaml // { location = "ocaml"; }; } //
|
||||||
{ tree-sitter-ocaml-interface = grammars'.tree-sitter-ocaml // { location = "interface"; }; } //
|
{ tree-sitter-ocaml-interface = grammars'.tree-sitter-ocaml // { location = "interface"; }; } //
|
||||||
|
|
Loading…
Reference in a new issue