AutoYADM commit: 2025-06-29 18:36:51
This commit is contained in:
parent
6ebe474f8a
commit
b986beb862
1 changed files with 20 additions and 12 deletions
|
@ -12,21 +12,29 @@ groups = [
|
||||||
"markup.list",
|
"markup.list",
|
||||||
]
|
]
|
||||||
|
|
||||||
[language.bash]
|
# [language.sh]
|
||||||
aliases = ["sh"]
|
# grammar = "bash"
|
||||||
filetype_hook = false
|
|
||||||
|
|
||||||
[grammar.bash.source.git]
|
# [language.sh.queries]
|
||||||
url = "https://github.com/tree-sitter/tree-sitter-bash"
|
# source.git.url = "https://github.com/helix-editor/helix"
|
||||||
pin = "f8fb3274f72a30896075585b32b0c54cad65c086"
|
# source.git.pin = "7275b7f85014aad7e15d4987ec4f2249572eecfb"
|
||||||
|
# path = "runtime/queries/bash"
|
||||||
|
|
||||||
[grammar.bash]
|
# [language.bash]
|
||||||
compile_args = ["-c", "-fpic", "../scanner.c", "../parser.c", "-I", ".."]
|
# aliases = []
|
||||||
link_args = ["-shared", "-fpic", "scanner.o", "parser.o", "-o", "bash.so"]
|
# filetype_hook = false
|
||||||
|
|
||||||
[language.bash.queries.source.git]
|
# [grammar.bash.source.git]
|
||||||
url = "https://github.com/helix-editor/helix"
|
# url = "https://github.com/tree-sitter/tree-sitter-bash"
|
||||||
pin = "7275b7f85014aad7e15d4987ec4f2249572eecfb"
|
# pin = "f8fb3274f72a30896075585b32b0c54cad65c086"
|
||||||
|
|
||||||
|
# [grammar.bash]
|
||||||
|
# compile_args = ["-c", "-fpic", "../scanner.c", "../parser.c", "-I", ".."]
|
||||||
|
# link_args = ["-shared", "-fpic", "scanner.o", "parser.o", "-o", "bash.so"]
|
||||||
|
|
||||||
|
# [language.bash.queries.source.git]
|
||||||
|
# url = "https://github.com/helix-editor/helix"
|
||||||
|
# pin = "7275b7f85014aad7e15d4987ec4f2249572eecfb"
|
||||||
|
|
||||||
# mermaid
|
# mermaid
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue