tree-sitter-grammars: generate typst parser

This commit is contained in:
Icy-Thought 2023-10-08 16:28:08 +02:00
parent 246cbb9e90
commit df9c6eb781
No known key found for this signature in database
GPG Key ID: B593E438DDAB3C66

View File

@ -64,6 +64,7 @@ let
{ tree-sitter-org-nvim = grammars'.tree-sitter-org-nvim // { language = "org"; }; } //
{ tree-sitter-typescript = grammars'.tree-sitter-typescript // { location = "typescript"; }; } //
{ tree-sitter-tsx = grammars'.tree-sitter-typescript // { location = "tsx"; }; } //
{ tree-sitter-typst = grammars'.tree-sitter-typst // { generate = true; }; } //
{ tree-sitter-markdown = grammars'.tree-sitter-markdown // { location = "tree-sitter-markdown"; }; } //
{ tree-sitter-markdown-inline = grammars'.tree-sitter-markdown // { language = "markdown_inline"; location = "tree-sitter-markdown-inline"; }; } //
{ tree-sitter-wing = grammars'.tree-sitter-wing // { location = "libs/tree-sitter-wing"; generate = true; }; };