mirror of
https://github.com/nushell/nushell
synced 2024-11-10 07:04:13 +00:00
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`
This commit is contained in:
parent
fbf3f7cf1c
commit
b96c4910b4
1 changed files with 2 additions and 0 deletions
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Example of a `.gitattributes` file which reclassifies `.nu` files as Nushell:
|
||||
*.nu linguist-language=Nushell
|
Loading…
Reference in a new issue