1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-02 10:31:36 +00:00
nixpkgs/pkgs/development/tools/parsing/tree-sitter
Profpatsch c0a4b41afe tree-sitter: improve update script to fetch all available grammars
The update script would only fetch the few grammars listed in the
tree-sitter repository previously. But the tree-sitter github orga has
a rather large amount of officially supported grammars.

Thus we change the script to query the github APIs for repositories
instead (up to 100 this is supported without paging).

Since the repository list also contains some that are not grammars,
there is a bash script which lists all repos we are aware of and the
ones we want to ignore. It will make sure we don’t forget any
repositories in the future, by comparing to the actual list with jq.
2020-12-29 12:46:30 +01:00
..
grammars tree-sitter: update grammars 2020-11-09 18:42:17 +00:00
default.nix tree-sitter: rename library.nix to grammar.nix 2020-12-29 12:46:30 +01:00
grammar.nix tree-sitter: rename library.nix to grammar.nix 2020-12-29 12:46:30 +01:00
update.nix tree-sitter: improve update script to fetch all available grammars 2020-12-29 12:46:30 +01:00