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"]