7 rustPlatform.buildRustPackage rec {
8 pname = "highlight-assertions";
11 src = fetchFromGitHub {
15 sha256 = "sha256-7r8tBJ6JFGUGUsTivzlO23hHiXISajjn2WF12mmbmMg=";
18 cargoHash = "sha256-E2TNwCry7JOWy50+iLM9d+Tx4lIO6hkBtaHVLV8bDuo=";
20 # requires nightly features
24 description = "Tool for unit testing tree sitter highlights for nvim-treesitter";
25 mainProgram = "highlight-assertions";
26 homepage = "https://github.com/thehamsta/highlight-assertions";
27 license = licenses.asl20;
28 maintainers = with maintainers; [ figsoda ];