1
0
mirror of https://github.com/nushell/nushell.git synced 2025-07-13 21:06:06 +02:00

Add Nushell Language detect for linguist ()

Add Nushell Language detect for linguist: This PR will make the
**Languages section** of Repo home displays `Nushell` instead of `Nu`
This commit is contained in:
Justin Ma
2023-06-21 15:30:10 +08:00
committed by GitHub
parent fbf3f7cf1c
commit b96c4910b4

2
.gitattributes vendored Normal file

@ -0,0 +1,2 @@
# Example of a `.gitattributes` file which reclassifies `.nu` files as Nushell:
*.nu linguist-language=Nushell