From 3f6b907f8b9925fa284ad366d26fb8e9c663a621 Mon Sep 17 00:00:00 2001 From: Xevion Date: Thu, 7 Nov 2024 19:52:10 -0600 Subject: [PATCH] Reset gitattributes, use higher qualified language identifiers --- .gitattributes | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.gitattributes b/.gitattributes index 136a3ac..7a17dfd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,8 +1,10 @@ -dot_*rc linguist-language=sh -dot_profile linguist-language=sh -*.sh.tmpl linguist-language=sh +dot_*rc linguist-language=Shell +dot_profile linguist-language=Shell +*.json linguist-detectable +*.nu.tmpl linguist-language=Nushell +*.sh.tmpl linguist-language=Shell *.md linguist-detectable -dot_gitconfig linguist-language=toml linguist-detectable +dot_gitconfig linguist-language=TOML linguist-detectable *.toml linguist-detectable -*.toml.tmpl linguist-language=toml linguist-detectable -*.cfg.tmpl linguist-language=ini linguist-detectable \ No newline at end of file +*.toml.tmpl linguist-language=TOML linguist-detectable +*.cfg.tmpl linguist-language=INI linguist-detectable \ No newline at end of file