AutoYADM commit: 2025-06-20 14:40:15

This commit is contained in:
Daniel Fichtinger 2025-06-20 14:40:15 -04:00
parent 2402a51bff
commit 94e73e19fa

View file

@ -34,28 +34,28 @@ pin = "036729211a94d058b835f5ee212ab15de83bc037"
[language.mermaid.queries]
path = "runtime/queries/mermaid"
[language.typst]
aliases = ["typ", "typc"]
# [language.typst]
# aliases = ["typ", "typc"]
[grammar.typst.source.git]
url = "https://github.com/uben0/tree-sitter-typst"
pin = "13863ddcbaa7b68ee6221cea2e3143415e64aea4"
# [grammar.typst.source.git]
# url = "https://github.com/uben0/tree-sitter-typst"
# pin = "13863ddcbaa7b68ee6221cea2e3143415e64aea4"
[language.typst.queries.source.git]
url = "https://github.com/helix-editor/helix"
pin = "7275b7f85014aad7e15d4987ec4f2249572eecfb"
# [language.typst.queries.source.git]
# url = "https://github.com/helix-editor/helix"
# pin = "7275b7f85014aad7e15d4987ec4f2249572eecfb"
[language.typst.queries]
path = "runtime/queries/typst"
# [language.typst.queries]
# path = "runtime/queries/typst"
[grammar.typst]
path = "src"
compile = "cc"
compile_args = ["-c", "-fpic", "../scanner.c", "../parser.c", "-I", ".."]
compile_flags = ["-O3"]
link = "cc"
link_args = ["-shared", "-fpic", "scanner.o", "parser.o", "-o", "typst.so"]
link_flags = ["-O3"]
# [grammar.typst]
# path = "src"
# compile = "cc"
# compile_args = ["-c", "-fpic", "../scanner.c", "../parser.c", "-I", ".."]
# compile_flags = ["-O3"]
# link = "cc"
# link_args = ["-shared", "-fpic", "scanner.o", "parser.o", "-o", "typst.so"]
# link_flags = ["-O3"]
[grammar.kdl.source.git]
url = "https://github.com/amaanq/tree-sitter-kdl"