From 2d367e4137855b7a1088a575cd1299a9050fb215 Mon Sep 17 00:00:00 2001 From: Justin Ma Date: Wed, 21 Jun 2023 16:36:01 +0800 Subject: [PATCH] Add Nushell Language detect for linguist (#532) --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..71fd44cd --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Example of a `.gitattributes` file which reclassifies `.nu` files as Nushell: +*.nu linguist-language=Nushell