From 8ded5ac7dc9efd63a3087f5aabb41efbb3a86a37 Mon Sep 17 00:00:00 2001 From: Daniel McNab <36049421+DJMcNab@users.noreply.github.com> Date: Thu, 22 Jun 2023 16:05:23 +0100 Subject: [PATCH] Remove gitattributes - linguist supports WGSL (#332) https://github.com/github-linguist/linguist/pull/6449 --- .gitattributes | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index bb5dc1e..0000000 --- a/.gitattributes +++ /dev/null @@ -1,5 +0,0 @@ -# This is a lie. However, linguist does not support wgsl, so this is good-enough -# Show the amount of the code which is shader -shader/*.wgsl linguist-language=glsl -# Potentially better syntax highlighting -# shader/*.wgsl linguist-language=Rust