Mercurial > dotfiles
changeset 858:ac642e2965de
fix: adjust config for helix 24.03
author | Zeger Van de Vannet <zeger@vandevan.net> |
---|---|
date | Tue, 02 Apr 2024 20:23:28 +0200 |
parents | bdd538139b08 |
children | e95eddf5000e |
files | dot_config/helix/languages.toml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/dot_config/helix/languages.toml Wed Mar 27 08:50:12 2024 +0100 +++ b/dot_config/helix/languages.toml Tue Apr 02 20:23:28 2024 +0200 @@ -52,7 +52,7 @@ name = "hg-commit" scope = "source.hg-commit" injection-regex = "hgrc" -file-types = [{ suffix = "commit.hg.txt" }] +file-types = [{ glob = "*.commit.hg.txt" }] comment-token = "HG:" indent = { tab-width = 2, unit = " " } roots = [".hg"]