AutoYADM commit: 2025-06-06 20:05:37

This commit is contained in:
Daniel Fichtinger 2025-06-06 20:05:37 -04:00
parent 54f574c703
commit bb119ab06a

View file

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