Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update helix-syntax revision in flake.nix (helix-editor#1747)
closes helix-editor#1746 The queries for Go were updated in ddbf036. The old ref was before this commit, so running helix from the flake nix flake run github:helix-editor/helix/d62ad8b595a4f901b9c5dba1bb6e8f70ece395bf -- path/to/file.go will crash because the old grammar's query analysis will fail (because `iota` was not yet a named node). This commit updates the version of the grammars that we pull down when building the flake so that the queries match the grammars. We'll have to do an update like this whenever a grammar is bumped in a breaking way (which happens fairly often in tree-sitter) until helix-editor#1659 comes along and the version of the grammar becomes tied to the version declared in source.
- Loading branch information