From 0095a38556129a4927139c0dc723986a9ce7ddc7 Mon Sep 17 00:00:00 2001 From: Daniel McNab <36049421+DJMcNab@users.noreply.github.com> Date: Sun, 11 Jul 2021 18:11:12 +0100 Subject: [PATCH 1/2] Highlight shaders as glsl --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9fe4566 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +**/shaders/* linguist-language=glsl From 98862ab1c7c4b02c3c3d01e2384e299e890ee50b Mon Sep 17 00:00:00 2001 From: Daniel McNab <36049421+DJMcNab@users.noreply.github.com> Date: Sun, 11 Jul 2021 18:11:35 +0100 Subject: [PATCH 2/2] Fix name of folder --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 9fe4566..ee5ae03 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -**/shaders/* linguist-language=glsl +**/shader/* linguist-language=glsl