From b986beb862880a9b442eb69e9ab81fcfe037be69 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sun, 29 Jun 2025 18:36:51 -0400 Subject: [PATCH] AutoYADM commit: 2025-06-29 18:36:51 --- .config/kak-tree-sitter/config.toml | 32 ++++++++++++++++++----------- 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/.config/kak-tree-sitter/config.toml b/.config/kak-tree-sitter/config.toml index 2ac5ad20..1f437102 100644 --- a/.config/kak-tree-sitter/config.toml +++ b/.config/kak-tree-sitter/config.toml @@ -12,21 +12,29 @@ groups = [ "markup.list", ] -[language.bash] -aliases = ["sh"] -filetype_hook = false +# [language.sh] +# grammar = "bash" -[grammar.bash.source.git] -url = "https://github.com/tree-sitter/tree-sitter-bash" -pin = "f8fb3274f72a30896075585b32b0c54cad65c086" +# [language.sh.queries] +# source.git.url = "https://github.com/helix-editor/helix" +# source.git.pin = "7275b7f85014aad7e15d4987ec4f2249572eecfb" +# path = "runtime/queries/bash" -[grammar.bash] -compile_args = ["-c", "-fpic", "../scanner.c", "../parser.c", "-I", ".."] -link_args = ["-shared", "-fpic", "scanner.o", "parser.o", "-o", "bash.so"] +# [language.bash] +# aliases = [] +# filetype_hook = false -[language.bash.queries.source.git] -url = "https://github.com/helix-editor/helix" -pin = "7275b7f85014aad7e15d4987ec4f2249572eecfb" +# [grammar.bash.source.git] +# url = "https://github.com/tree-sitter/tree-sitter-bash" +# 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