From 1f31dca60a52fbbb2ce2224207165aac15ce6b99 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Fri, 28 Feb 2025 23:40:19 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-28 23:40:18 --- .config/helix/languages.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml index 23666482..5f6f83ce 100644 --- a/.config/helix/languages.toml +++ b/.config/helix/languages.toml @@ -97,6 +97,10 @@ language-servers = ["harper-ls"] [[grammar]] name = "ini" +scope = "source.ini" +injection-regex = "ini" +comment-token = "#" +indent = { tab-width = 4, unit = "\t" } source.path = "/home/fic/dev/tree-sitter-ini" file-types = [ "ini", @@ -123,7 +127,8 @@ file-types = [ { glob = "npmrc" }, { glob = "rclone.conf" }, { glob = "**/tmp/*.conf" }, - # "conf", + { glob = "/var/tmp/test.conf" }, + { glob = "test.conf" }, "properties", "cfg", "directory"