AutoYADM commit: 2025-06-20 14:40:15
This commit is contained in:
parent
2402a51bff
commit
94e73e19fa
1 changed files with 18 additions and 18 deletions
|
@ -34,28 +34,28 @@ pin = "036729211a94d058b835f5ee212ab15de83bc037"
|
||||||
[language.mermaid.queries]
|
[language.mermaid.queries]
|
||||||
path = "runtime/queries/mermaid"
|
path = "runtime/queries/mermaid"
|
||||||
|
|
||||||
[language.typst]
|
# [language.typst]
|
||||||
aliases = ["typ", "typc"]
|
# aliases = ["typ", "typc"]
|
||||||
|
|
||||||
[grammar.typst.source.git]
|
# [grammar.typst.source.git]
|
||||||
url = "https://github.com/uben0/tree-sitter-typst"
|
# url = "https://github.com/uben0/tree-sitter-typst"
|
||||||
pin = "13863ddcbaa7b68ee6221cea2e3143415e64aea4"
|
# pin = "13863ddcbaa7b68ee6221cea2e3143415e64aea4"
|
||||||
|
|
||||||
[language.typst.queries.source.git]
|
# [language.typst.queries.source.git]
|
||||||
url = "https://github.com/helix-editor/helix"
|
# url = "https://github.com/helix-editor/helix"
|
||||||
pin = "7275b7f85014aad7e15d4987ec4f2249572eecfb"
|
# pin = "7275b7f85014aad7e15d4987ec4f2249572eecfb"
|
||||||
|
|
||||||
[language.typst.queries]
|
# [language.typst.queries]
|
||||||
path = "runtime/queries/typst"
|
# path = "runtime/queries/typst"
|
||||||
|
|
||||||
[grammar.typst]
|
# [grammar.typst]
|
||||||
path = "src"
|
# path = "src"
|
||||||
compile = "cc"
|
# compile = "cc"
|
||||||
compile_args = ["-c", "-fpic", "../scanner.c", "../parser.c", "-I", ".."]
|
# compile_args = ["-c", "-fpic", "../scanner.c", "../parser.c", "-I", ".."]
|
||||||
compile_flags = ["-O3"]
|
# compile_flags = ["-O3"]
|
||||||
link = "cc"
|
# link = "cc"
|
||||||
link_args = ["-shared", "-fpic", "scanner.o", "parser.o", "-o", "typst.so"]
|
# link_args = ["-shared", "-fpic", "scanner.o", "parser.o", "-o", "typst.so"]
|
||||||
link_flags = ["-O3"]
|
# link_flags = ["-O3"]
|
||||||
|
|
||||||
[grammar.kdl.source.git]
|
[grammar.kdl.source.git]
|
||||||
url = "https://github.com/amaanq/tree-sitter-kdl"
|
url = "https://github.com/amaanq/tree-sitter-kdl"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue