AutoYADM commit: 2025-06-04 21:24:15
This commit is contained in:
parent
ad0b6a912d
commit
6a227a3dbe
1 changed files with 23 additions and 0 deletions
|
@ -96,3 +96,26 @@ pin = "7275b7f85014aad7e15d4987ec4f2249572eecfb"
|
||||||
[language.ini.queries]
|
[language.ini.queries]
|
||||||
path = "runtime/queries/ini"
|
path = "runtime/queries/ini"
|
||||||
|
|
||||||
|
[language.just]
|
||||||
|
aliases = ["just", "justfile"]
|
||||||
|
|
||||||
|
[language.just.grammar.source.git]
|
||||||
|
url = "https://github.com/poliorcetics/tree-sitter-just"
|
||||||
|
pin = "8d03cfdd7ab89ff76d935827de1b93450fa0ec0a"
|
||||||
|
|
||||||
|
[language.just.grammar]
|
||||||
|
path = "src"
|
||||||
|
compile = "cc"
|
||||||
|
compile_args = ["-c", "-fpic", "../parser.c", "-I", ".."]
|
||||||
|
compile_flags = ["-O3"]
|
||||||
|
link = "cc"
|
||||||
|
link_args = ["-shared", "-fpic", "parser.o", "-o", "just.so"]
|
||||||
|
link_flags = ["-O3"]
|
||||||
|
|
||||||
|
[language.just.queries.source.git]
|
||||||
|
url = "https://github.com/helix-editor/helix"
|
||||||
|
pin = "f6878f62f74430cff188e7978d06c5ed143179e9"
|
||||||
|
|
||||||
|
[language.just.queries]
|
||||||
|
path = "runtime/queries/just"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue