AutoYADM commit: 2025-06-19 18:15:14
This commit is contained in:
parent
ad482f80a8
commit
0c80db86b5
1 changed files with 21 additions and 0 deletions
|
@ -206,3 +206,24 @@ pin = "036729211a94d058b835f5ee212ab15de83bc037"
|
|||
|
||||
[language.mermaid.queries]
|
||||
path = "runtime/queries/mermaid"
|
||||
|
||||
# gamer
|
||||
[grammar.gamer.source.git]
|
||||
url = "https://github.com/alemuller/tree-sitter-gamer"
|
||||
pin = "a4b9187417d6be349ee5fd4b6e77b4172c6827dd"
|
||||
|
||||
[grammar.gamer]
|
||||
path = "src"
|
||||
compile = "cc"
|
||||
compile_args = ["-c", "-fpic", "../parser.c", "-I", ".."]
|
||||
compile_flags = ["-O3"]
|
||||
link = "cc"
|
||||
link_args = ["-shared", "-fpic", "parser.o", "-o", "gamer.so"]
|
||||
link_flags = ["-O3"]
|
||||
|
||||
[language.gamer.queries.source.git]
|
||||
url = "https://github.com/helix-editor/helix"
|
||||
pin = "7275b7f85014aad7e15d4987ec4f2249572eecfb"
|
||||
|
||||
[language.gamer.queries]
|
||||
path = "runtime/queries/gamer"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue