AutoYADM commit: 2025-06-16 17:21:48

This commit is contained in:
Daniel Fichtinger 2025-06-16 17:21:48 -04:00
parent 42e3ad62a7
commit 2170e3418d
4 changed files with 57 additions and 9 deletions

View file

@ -1,15 +1,15 @@
[highlight]
groups = [
"punctuation.bracket",
"punctuation.delimiter",
"constant.builtin",
"constant.character.escape",
"constant.numeric",
"string.special.url",
"comment.block.documentation",
"keyword.operator",
"markup.list",
"punctuation.bracket",
"punctuation.delimiter",
"constant.builtin",
"constant.character.escape",
"constant.numeric",
"string.special.url",
"comment.block.documentation",
"keyword.operator",
"markup.list",
]
[language.typst]
@ -162,4 +162,24 @@ pin = "aeded3c10b41508c2d044cb8bcf728f9b5138d89"
[language.task.queries]
path = "runtime/queries/task"
# bibtex
[language.bibtex.grammar.source.git]
url = "https://github.com/latex-lsp/tree-sitter-bibtex"
pin = "ccfd77db0ed799b6c22c214fe9d2937f47bc8b34"
[language.bibtex.grammar]
path = "src"
compile = "cc"
compile_args = ["-c", "-fpic", "../parser.c", "-I", ".."]
compile_flags = ["-O3"]
link = "cc"
link_args = ["-shared", "-fpic", "parser.o", "-o", "bibtex.so"]
link_flags = ["-O3"]
[language.bibtex.queries.source.git]
url = "https://github.com/helix-editor/helix"
pin = "fed3edcab70b31b416eb31c2ccf4a979c120d640"
[language.bibtex.queries]
path = "runtime/queries/bibtex"