tree-sitter: Package query files used for syntax highlighting
This commit is contained in:
parent
6943487dde
commit
784686d06c
1 changed files with 3 additions and 0 deletions
|
@ -50,6 +50,9 @@ stdenv.mkDerivation rec {
|
|||
runHook preInstall
|
||||
mkdir $out
|
||||
mv parser $out/
|
||||
if [[ -d "$src/queries" ]]; then
|
||||
cp -r $src/queries $out/
|
||||
fi
|
||||
runHook postInstall
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue