From 1acd42a803849df018c0eed01ce27cb7132891c9 Mon Sep 17 00:00:00 2001 From: Adam Naji <110662505+Bashamega@users.noreply.github.com> Date: Fri, 2 Jan 2026 07:18:56 +0200 Subject: [PATCH 1/5] Add linguist support for KDL files --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitattributes b/.gitattributes index 6f3fcbddb..f7ee96b9b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -61,3 +61,10 @@ #*.PDF diff=astextplain #*.rtf diff=astextplain #*.RTF diff=astextplain + + +############################################################################### +# linguist support for kdl +############################################################################### +*.kdl linguist-detectable=true +*.kdl linguist-language=KDL From 2ab1d61581abc0c75bccdb3f285e52b4eec0184f Mon Sep 17 00:00:00 2001 From: Adam Naji <110662505+Bashamega@users.noreply.github.com> Date: Sat, 3 Jan 2026 08:40:48 +0200 Subject: [PATCH 2/5] Remove KDL language detection from .gitattributes --- .gitattributes | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index f7ee96b9b..ad807f124 100644 --- a/.gitattributes +++ b/.gitattributes @@ -66,5 +66,4 @@ ############################################################################### # linguist support for kdl ############################################################################### -*.kdl linguist-detectable=true -*.kdl linguist-language=KDL +*.kdl linguist-detectable From 23f25b59a940653ef4343c898eee0851f6c429e2 Mon Sep 17 00:00:00 2001 From: Kagami Sascha Rosylight Date: Sat, 3 Jan 2026 11:02:34 +0100 Subject: [PATCH 3/5] "show KDL" than "suppport KDL" --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index ad807f124..82b448c25 100644 --- a/.gitattributes +++ b/.gitattributes @@ -64,6 +64,6 @@ ############################################################################### -# linguist support for kdl +# Show KDL in the language stats ############################################################################### *.kdl linguist-detectable From f216938e12af4a0c77fdf1031c0288804f5c1261 Mon Sep 17 00:00:00 2001 From: Adam Naji <110662505+Bashamega@users.noreply.github.com> Date: Sat, 3 Jan 2026 12:15:59 +0200 Subject: [PATCH 4/5] Add JSONC to linguist-detectable languages --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitattributes b/.gitattributes index 82b448c25..1158ec642 100644 --- a/.gitattributes +++ b/.gitattributes @@ -67,3 +67,8 @@ # Show KDL in the language stats ############################################################################### *.kdl linguist-detectable + +############################################################################### +# Show JSONC in the language stats +############################################################################### +*.jsonc linguist-detectable From 23541ea0fa19add40b1d8c1800c422b263f28fe4 Mon Sep 17 00:00:00 2001 From: Kagami Sascha Rosylight Date: Sat, 3 Jan 2026 12:25:55 +0100 Subject: [PATCH 5/5] merge sections --- .gitattributes | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.gitattributes b/.gitattributes index 1158ec642..a96eb6095 100644 --- a/.gitattributes +++ b/.gitattributes @@ -62,13 +62,8 @@ #*.rtf diff=astextplain #*.RTF diff=astextplain - -############################################################################### -# Show KDL in the language stats -############################################################################### -*.kdl linguist-detectable - ############################################################################### -# Show JSONC in the language stats +# Show manual patches in the language stats ############################################################################### *.jsonc linguist-detectable +*.kdl linguist-detectable