From 76cf29b0fbc75ed079963872304fc0609477126e Mon Sep 17 00:00:00 2001 From: nihui Date: Sat, 9 May 2020 13:33:21 +0800 Subject: [PATCH] Linguist GLSL (#1746) * Create .gitattributes * Update .gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..7cd8d78b7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.comp linguist-language=GLSL