Merge pull request #259341 from Icy-Thought/ts-typst

tree-sitter-grammars: add typst
This commit is contained in:
Mario Rodas 2023-10-06 08:14:40 -05:00 committed by GitHub
commit d99bce3ee8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 0 deletions

View File

@ -93,6 +93,7 @@
tree-sitter-tsq = lib.importJSON ./tree-sitter-tsq.json;
tree-sitter-turtle = lib.importJSON ./tree-sitter-turtle.json;
tree-sitter-typescript = lib.importJSON ./tree-sitter-typescript.json;
tree-sitter-typst = lib.importJSON ./tree-sitter-typst.json;
tree-sitter-verilog = lib.importJSON ./tree-sitter-verilog.json;
tree-sitter-vim = lib.importJSON ./tree-sitter-vim.json;
tree-sitter-vue = lib.importJSON ./tree-sitter-vue.json;

View File

@ -0,0 +1,12 @@
{
"url": "https://github.com/uben0/tree-sitter-typst",
"rev": "b8f3ac3a00247b5be0da2123e6b2d79e3dca4aff",
"date": "2023-09-17T16:51:18+02:00",
"path": "/nix/store/k4sh7jiqrry4960ygjbs72qvi9amd3s8-tree-sitter-typst",
"sha256": "1qihml8jkc32ra1ijmrc1crjmqxspdq163k0hhy9rrq6sqgyh33w",
"hash": "sha256-fAzoH9YG55w8hGAOE3C7uuMqMwssVxmDymKwKRGtMOI=",
"fetchLFS": false,
"fetchSubmodules": false,
"deepClone": false,
"leaveDotGit": false
}

View File

@ -143,6 +143,10 @@ let
repo = "tree-sitter-sql";
branch = "gh-pages";
};
"tree-sitter-typst" = {
orga = "uben0";
repo = "tree-sitter-typst";
};
"tree-sitter-vim" = {
orga = "vigoux";
repo = "tree-sitter-viml";