AutoYADM commit: 2025-06-17 20:47:57

This commit is contained in:
Daniel Fichtinger 2025-06-17 20:47:57 -04:00
parent 1f952af0ed
commit 80c399ee03
16 changed files with 476 additions and 131 deletions

View file

@ -183,3 +183,25 @@ pin = "fed3edcab70b31b416eb31c2ccf4a979c120d640"
[language.bibtex.queries]
path = "runtime/queries/bibtex"
# man
# [language.man.grammar.source.git]
# url = "https://github.com/ribru17/tree-sitter-man"
# pin = "e332ea95d5c921d1108a46d1b2b0f017079e1fd8"
# [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]
# url = "https://github.com/ribru17/tree-sitter-man"
# pin = "e332ea95d5c921d1108a46d1b2b0f017079e1fd8"
# [language.man.queries]
# path = "queries/man"