From b071afbdbfd183e14b2d3e97f454180269af1b83 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Fri, 28 Feb 2025 23:50:19 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-28 23:50:18 --- .config/helix/languages.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml index 8eda5a57..de0bed95 100644 --- a/.config/helix/languages.toml +++ b/.config/helix/languages.toml @@ -102,6 +102,8 @@ injection-regex = "ini" comment-token = "#" indent = { tab-width = 4, unit = "\t" } source.path = "/home/fic/dev/tree-sitter-ini" +[[language]] +name = "ini" file-types = [ "ini", # Systemd unit files @@ -126,9 +128,7 @@ file-types = [ { glob = "hgrc" }, { glob = "npmrc" }, { glob = "rclone.conf" }, - { glob = "**/tmp/*.conf" }, - # { glob = "/var/tmp/test.conf" }, - { glob = "test.conf" }, + "conf", "properties", "cfg", "directory"