tree-sitter: add org grammar to update.nix
This commit is contained in:
parent
8ef408765d
commit
9cabde84be
@ -304,6 +304,10 @@ let
|
||||
orga = "victorhqc";
|
||||
repo = "tree-sitter-prisma";
|
||||
};
|
||||
"tree-sitter-org" = {
|
||||
orga = "milisims";
|
||||
repo = "tree-sitter-org";
|
||||
};
|
||||
};
|
||||
|
||||
allGrammars =
|
||||
|
Loading…
Reference in New Issue
Block a user