# HG changeset patch # User Zeger Van de Vannet # Date 1712316057 -7200 # Node ID 333a6c27fdf2e258b1db1f674b0894bd2e064c1d # Parent e95eddf5000e865cdd050dba245108bfef1d5397 fix: use glob syntax to match ~/.hgrc diff -r e95eddf5000e -r 333a6c27fdf2 dot_config/helix/languages.toml --- a/dot_config/helix/languages.toml Fri Apr 05 13:18:18 2024 +0200 +++ b/dot_config/helix/languages.toml Fri Apr 05 13:20:57 2024 +0200 @@ -39,7 +39,7 @@ name = "hgrc" scope = "source.hgrc" injection-regex = "hgrc" -file-types = ["hgrc", ".hgrc"] +file-types = ["hgrc", { glob = ".hgrc" }] comment-token = "#" indent = { tab-width = 2, unit = " " } roots = [".hg"]