Merge pull request #259341 from Icy-Thought/ts-typst
tree-sitter-grammars: add typst
This commit is contained in:
commit
d99bce3ee8
@ -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;
|
||||
|
@ -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
|
||||
}
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user