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] 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