diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2023-12-13 01:24:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-13 01:24:34 +0100 |
commit | 7140cce045a94b4d8e02b347bb2e8b6bfc9c7c89 (patch) | |
tree | 8b7895543ca40b2a56b2f99e63c05c736ece2ad3 | |
parent | 0c5c9b1a46dc0078057e40f2e022bcb75b6fe842 (diff) | |
download | NorthstarMods-7140cce045a94b4d8e02b347bb2e8b6bfc9c7c89.tar.gz NorthstarMods-7140cce045a94b4d8e02b347bb2e8b6bfc9c7c89.zip |
Treat `.gnut` files as `.nut` for syntax highlighting (#770)
Treat `.gnut` files as `.nut` for syntax highlighting on GitHub
Their syntax is functionally the same anyway.
-rw-r--r-- | .gitattributes | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index c6a941df..1bb89156 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,4 @@ -/Northstar.Client/mod/resource/northstar_client_localisation_*.txt text diff working-tree-encoding=UTF-16LE-BOM
\ No newline at end of file +/Northstar.Client/mod/resource/northstar_client_localisation_*.txt text diff working-tree-encoding=UTF-16LE-BOM + +# Highlight `.gnut` like `.nut` files +*.gnut linguist-language=Squirrel |