From a9d67394319c9c4570e9d39b8f9096517540a572 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Mon, 3 Mar 2025 15:45:13 -0500 Subject: [PATCH] AutoYADM commit: 2025-03-03 15:45:13 --- .config/helix/languages.toml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml index 14517c07..f7ddebdf 100644 --- a/.config/helix/languages.toml +++ b/.config/helix/languages.toml @@ -129,7 +129,7 @@ file-types = [ { glob = "hgrc" }, { glob = "npmrc" }, { glob = "rclone.conf" }, - { glob = "config" }, + # { glob = "config" }, "conf", "properties", "cfg", @@ -170,6 +170,14 @@ name = "mail" source = { git = "https://github.com/ficcdaf/tree-sitter-mail", rev = "8e60f38efbae1cc5f22833ae13c5500dd0f3b12f" } # source = { path = "/home/fic/dev/tree-sitter-mail"} +# [[language]] +# name = "config" +# scope = "text.config" +# file-types = [ +# {glob = "config"} +# ] +# comment-token='#' + [[language]] name = "python" language-servers = ["basedpyright"]