From efa942c1b224774c744eb8939579c41ef6f258ba Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Wed, 13 Dec 2023 01:19:35 +0100 Subject: [PATCH] build: Treat `.gnut` files as `.nut` for syntax highlighting Their syntax is functionally the same anyway --- .gitattributes | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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