AutoYADM commit: 2025-06-06 21:08:25

This commit is contained in:
Daniel Fichtinger 2025-06-06 21:08:25 -04:00
parent bb119ab06a
commit 5e33efec7c

View file

@ -118,24 +118,24 @@ pin = "f6878f62f74430cff188e7978d06c5ed143179e9"
[language.just.queries]
path = "runtime/queries/just"
# typescript
[language.typescript.grammar.source.git]
url = "https://github.com/tree-sitter/tree-sitter-typescript"
pin = "b1bf4825d9eaa0f3bdeb1e52f099533328acfbdf"
# # typescript
# [language.typescript.grammar.source.git]
# url = "https://github.com/tree-sitter/tree-sitter-typescript"
# pin = "75b3874edb2dc714fb1fd77a32013d0f8699989f"
[language.typescript.grammar]
path = "typescript/src"
compile = "cc"
compile_args = ["-c", "-fpic", "../scanner.c", "../parser.c", "-I", ".."]
compile_flags = ["-O3"]
link = "cc"
link_args = ["-shared", "-fpic", "scanner.o", "parser.o", "-o", "typescript.so"]
link_flags = ["-O3"]
# [language.typescript.grammar]
# path = "typescript/src"
# compile = "cc"
# compile_args = ["-c", "-fpic", "../scanner.c", "../parser.c", "-I", ".."]
# compile_flags = ["-O3"]
# link = "cc"
# link_args = ["-shared", "-fpic", "scanner.o", "parser.o", "-o", "typescript.so"]
# link_flags = ["-O3"]
[language.typescript.queries.source.git]
url = "https://git.sr.ht/~ficd/kak-tree-sitter"
pin = "d8afa2ddcf2f97d29f495eccc08ad9ccff8d9199"
# [language.typescript.queries.source.git]
# url = "https://git.sr.ht/~hadronized/kak-tree-sitter"
# pin = "6b984af1ff754b64bebc1b85c8a3c2062af9e5b7"
[language.typescript.queries]
path = "runtime/queries/typescript"
# [language.typescript.queries]
# path = "runtime/queries/typescript"