aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2023-12-13 01:24:34 +0100
committerGitHub <noreply@github.com>2023-12-13 01:24:34 +0100
commit7140cce045a94b4d8e02b347bb2e8b6bfc9c7c89 (patch)
tree8b7895543ca40b2a56b2f99e63c05c736ece2ad3
parent0c5c9b1a46dc0078057e40f2e022bcb75b6fe842 (diff)
downloadNorthstarMods-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--.gitattributes5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index c6a941dff..1bb89156e 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