From 94e73e19fa5c09c8f0eb2ccdfbfc1efe48492ca0 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Fri, 20 Jun 2025 14:40:15 -0400 Subject: [PATCH] AutoYADM commit: 2025-06-20 14:40:15 --- .config/kak-tree-sitter/config.toml | 36 ++++++++++++++--------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.config/kak-tree-sitter/config.toml b/.config/kak-tree-sitter/config.toml index ea4060f0..b8ca1ad2 100644 --- a/.config/kak-tree-sitter/config.toml +++ b/.config/kak-tree-sitter/config.toml @@ -34,28 +34,28 @@ pin = "036729211a94d058b835f5ee212ab15de83bc037" [language.mermaid.queries] path = "runtime/queries/mermaid" -[language.typst] -aliases = ["typ", "typc"] +# [language.typst] +# aliases = ["typ", "typc"] -[grammar.typst.source.git] -url = "https://github.com/uben0/tree-sitter-typst" -pin = "13863ddcbaa7b68ee6221cea2e3143415e64aea4" +# [grammar.typst.source.git] +# 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" -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", "typst.so"] -link_flags = ["-O3"] +# [grammar.typst] +# 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", "typst.so"] +# link_flags = ["-O3"] [grammar.kdl.source.git] url = "https://github.com/amaanq/tree-sitter-kdl"