From fa033543d4e888da88dd0abd92b7f992ee35799f Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Fri, 28 Feb 2025 23:30:19 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-28 23:30:19 --- .config/foot/foot.ini##hostname.dpad | 2 +- .config/helix/languages.toml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.config/foot/foot.ini##hostname.dpad b/.config/foot/foot.ini##hostname.dpad index e344df57..871dd3d6 100644 --- a/.config/foot/foot.ini##hostname.dpad +++ b/.config/foot/foot.ini##hostname.dpad @@ -1,5 +1,5 @@ # -*- conf -*- -[main] +# [main] # shell=$SHELL (if set, otherwise user's default shell from /etc/passwd) # term=foot (or xterm-256color if built with -Dterminfo=disabled) # login-shell=no diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml index a8b193e0..4902b918 100644 --- a/.config/helix/languages.toml +++ b/.config/helix/languages.toml @@ -95,6 +95,10 @@ name = "mail" language-servers = ["harper-ls"] # injection-regex = "mail|eml|email" +[[grammar]] +name = "ini" +source.path = "/home/fic/dev/tree-sitter-ini" + # [[grammar]] # name = "mail" # source.path = "/home/fic/dev/tree-sitter-mail"