AutoYADM commit: 2025-06-20 15:05:14
This commit is contained in:
parent
a8f95a9ff7
commit
fe529ed223
1 changed files with 5 additions and 40 deletions
|
@ -12,41 +12,6 @@ groups = [
|
|||
"markup.list",
|
||||
]
|
||||
|
||||
# sh alias bug workaround
|
||||
# bash
|
||||
[language.bash]
|
||||
aliases = []
|
||||
|
||||
[grammar.bash.source.git]
|
||||
url = "https://github.com/tree-sitter/tree-sitter-bash"
|
||||
pin = "f8fb3274f72a30896075585b32b0c54cad65c086"
|
||||
|
||||
[grammar.bash]
|
||||
path = "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", "bash.so"]
|
||||
link_flags = ["-O3"]
|
||||
|
||||
[language.bash.queries.source.git]
|
||||
url = "https://github.com/helix-editor/helix"
|
||||
pin = "7275b7f85014aad7e15d4987ec4f2249572eecfb"
|
||||
|
||||
[language.bash.queries]
|
||||
path = "runtime/queries/bash"
|
||||
|
||||
[language.sh]
|
||||
grammar = "bash"
|
||||
|
||||
[language.sh.queries.source.git]
|
||||
url = "https://github.com/helix-editor/helix"
|
||||
pin = "7275b7f85014aad7e15d4987ec4f2249572eecfb"
|
||||
|
||||
[language.sh.queries]
|
||||
path = "runtime/queries/bash"
|
||||
|
||||
# mermaid
|
||||
|
||||
[grammar.mermaid.source.git]
|
||||
|
@ -76,12 +41,12 @@ path = "runtime/queries/mermaid"
|
|||
# url = "https://github.com/uben0/tree-sitter-typst"
|
||||
# pin = "13863ddcbaa7b68ee6221cea2e3143415e64aea4"
|
||||
|
||||
# [language.typst.queries.source.git]
|
||||
# url = "https://github.com/helix-editor/helix"
|
||||
# pin = "7275b7f85014aad7e15d4987ec4f2249572eecfb"
|
||||
[language.typst.queries.source.git]
|
||||
url = "https://github.com/helix-editor/helix"
|
||||
pin = "7275b7f85014aad7e15d4987ec4f2249572eecfb"
|
||||
|
||||
# [language.typst.queries]
|
||||
# path = "runtime/queries/typst"
|
||||
[language.typst.queries]
|
||||
path = "runtime/queries/typst"
|
||||
|
||||
# [grammar.typst]
|
||||
# path = "src"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue