AutoYADM commit: 2025-06-19 18:10:14

This commit is contained in:
Daniel Fichtinger 2025-06-19 18:10:14 -04:00
parent 7579f89b8a
commit ad482f80a8

View file

@ -184,24 +184,25 @@ pin = "fed3edcab70b31b416eb31c2ccf4a979c120d640"
[language.bibtex.queries] [language.bibtex.queries]
path = "runtime/queries/bibtex" path = "runtime/queries/bibtex"
# man # mermaid
# [language.man.grammar.source.git] [language.mermaid.grammar.source.git]
# url = "https://github.com/ribru17/tree-sitter-man" url = "https://github.com/monaqa/tree-sitter-mermaid"
# pin = "e332ea95d5c921d1108a46d1b2b0f017079e1fd8" pin = "d787c66276e7e95899230539f556e8b83ee16f6d"
# [language.man.grammar]
# path = "src"
# compile = "cc"
# compile_args = ["-c", "-fpic", "../parser.c", "-I", ".."]
# compile_flags = ["-O3"]
# link = "cc"
# link_args = ["-shared", "-fpic", "parser.o", "-o", "man.so"]
# link_flags = ["-O3"]
# [language.man.queries.source.git] [language.mermaid.grammar]
# url = "https://github.com/ribru17/tree-sitter-man" path = "src"
# pin = "e332ea95d5c921d1108a46d1b2b0f017079e1fd8" compile = "cc"
compile_args = ["-c", "-fpic", "../parser.c", "-I", ".."]
compile_flags = ["-O3"]
link = "cc"
link_args = ["-shared", "-fpic", "parser.o", "-o", "mermaid.so"]
link_flags = ["-O3"]
# [language.man.queries] [language.mermaid.queries.source.git]
# path = "queries/man" url = "https://github.com/helix-editor/helix"
pin = "036729211a94d058b835f5ee212ab15de83bc037"
[language.mermaid.queries]
path = "runtime/queries/mermaid"