Add ts-fold, needed by tree-sitter+fold

This commit is contained in:
Thiago Kenji Okada
2022-07-08 23:15:25 +01:00
parent 8f77c3e028
commit 40a0b29745
4 changed files with 24 additions and 1 deletions

View File

@@ -103,6 +103,10 @@ self: super: {
ename = "so-long";
};
ts-fold = self.straightBuild {
pname = "ts-fold";
};
ob-racket = self.straightBuild {
pname = "ob-racket";
};