Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkgs/development/tools/parsing/tree-sitter/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ let
# to update:
# 1) change all these hashes
# 2) nix-build -A tree-sitter.updater.update-all-grammars
# 3) Set NIXPKGS_GITHUB_TOKEN env variable to avoid api rate limit (Use a Personal Access Token from https://github.com/settings/tokens It does not need any permissions)
# 3) Set GITHUB_TOKEN env variable to avoid api rate limit (Use a Personal Access Token from https://github.com/settings/tokens It does not need any permissions)
# 4) run the ./result script that is output by that (it updates ./grammars)
version = "0.25.3";
hash = "sha256-xafeni6Z6QgPiKzvhCT2SyfPn0agLHo47y+6ExQXkzE=";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"url": "https://github.com/milisims/tree-sitter-org",
"rev": "64cfbc213f5a83da17632c95382a5a0a2f3357c1",
"date": "2023-06-19T18:05:11-04:00",
"path": "/nix/store/9hdl3i24q6af6wxmkg89ww4rwkl45la7-tree-sitter-org",
"sha256": "1l62p4a3b22pa7b5mzmy497pk5b8w01hx6zinfwpbnzg2rjdwkgz",
"hash": "sha256-/03eZBbv23W5s/GbDgPgaJV5TyK+/lrWUVeINRS5wtA=",
"url": "https://github.com/nvim-orgmode/tree-sitter-org",
"rev": "db4d09b6e15e1484804ca2f7b49e38024ebf7f2a",
"date": "2025-02-28T21:35:19+01:00",
"path": "/nix/store/7dq4x7gmpch91wmygp9sw9cj4qimw0nz-tree-sitter-org",
"sha256": "1yw4f4gd80dg9cc5m1d7abl22psgkssbxa2nrb7v5ay4zc0b3s7r",
"hash": "sha256-+eixAPvEq7LPylaovrSeT18h6FKnhVoYS68B1B5xhPs=",
"fetchLFS": false,
"fetchSubmodules": false,
"deepClone": false,
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/tools/parsing/tree-sitter/update.nix
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ let
repo = "tree-sitter-prisma";
};
"tree-sitter-org-nvim" = {
orga = "milisims";
orga = "nvim-orgmode";
repo = "tree-sitter-org";
};
"tree-sitter-hcl" = {
Expand Down