diff dot_config/helix/languages.toml @ 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 ccf4b28f04f9
children 333a6c27fdf2
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"]