diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2025-07-23 17:05:59 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2025-07-23 17:06:58 +0900 |
commit | 366fa5128ae8398bb31ecfbbc5d9251dd785ba28 (patch) | |
tree | 2cd458133d76ad077d75e3aae5ad21a037bdfae7 /manifest.scm | |
parent | a45f2cfa8c0425ddc6738deba8b5c09e8c964a07 (diff) | |
download | kay-main.tar.gz |
Diffstat (limited to 'manifest.scm')
-rw-r--r-- | manifest.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.scm b/manifest.scm index 3e5deec..4ce920d 100644 --- a/manifest.scm +++ b/manifest.scm @@ -22,4 +22,4 @@ (map (lambda (language) (string-append "tree-sitter-" (string-map _->- language))) (read-lines "src/supported-languages")))) - (specifications->manifest (cons "zig" tree-sitter-grammars))) + (specifications->manifest (cons* "zig" "janet" tree-sitter-grammars))) |