Unnamed repository; edit this file 'description' to name the repository.
Detect aerc email client config files as language ini (#16062)
Kristoffer Plagborg Bak Sørensen 3 weeks ago
parent 8225c50 · commit 1c15e9f
-rw-r--r--languages.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml
index 0c3d81dba..5b23423aa 100644
--- a/languages.toml
+++ b/languages.toml
@@ -3471,6 +3471,7 @@ file-types = [
{ glob = ".buckconfig.d/*" },
{ glob = "/etc/buckconfig" },
{ glob = "/etc/buckconfig.d/*" },
+ { glob = "aerc/*.conf" }, # https://aerc-mail.org/
]
injection-regex = "ini"
comment-token = "#"