From b96c4910b44cd84578be3b54e8e8aa6a7c0d5255 Mon Sep 17 00:00:00 2001 From: Justin Ma Date: Wed, 21 Jun 2023 15:30:10 +0800 Subject: [PATCH] Add Nushell Language detect for linguist (#9491) Add Nushell Language detect for linguist: This PR will make the **Languages section** of Repo home displays `Nushell` instead of `Nu` --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..71fd44cdef --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Example of a `.gitattributes` file which reclassifies `.nu` files as Nushell: +*.nu linguist-language=Nushell