1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-07-29 21:27:47 +00:00

Add Nushell Language detect for linguist (#532)

This commit is contained in:
Justin Ma 2023-06-21 16:36:01 +08:00 committed by GitHub
parent c544a92a40
commit 2d367e4137
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
.gitattributes vendored Normal file
View file

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