WIP: tests for highlighting
This commit is contained in:
@@ -3,6 +3,13 @@
|
||||
pkgs.tree-sitter.buildGrammar {
|
||||
src = ./.;
|
||||
version = "0.1.0";
|
||||
language = "nixshell";
|
||||
language = "nix-shell";
|
||||
generate = true;
|
||||
location = "tree-sitter-nix-shell";
|
||||
|
||||
checkPhase = ''
|
||||
(cd ..; make test)
|
||||
'';
|
||||
nativeCheckInputs = with pkgs; [ htmlq ];
|
||||
doCheck = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user