chore: Properly detect files as GLSL on GitHub

This commit is contained in:
Daniel Jacobs 2024-05-29 09:27:58 -04:00
parent bb00d7a8ab
commit f5faa39a2d
1 changed files with 5 additions and 1 deletions

4
.gitattributes vendored
View File

@ -4,6 +4,10 @@
# Set *.as files as ActionScript, vs. GitHub's guess of AngelScript
*.as linguist-language=ActionScript
# Properly detect files as GLSL on Github
*.frag linguist-language=GLSL
*.vert linguist-language=GLSL
# Binary files
*.png binary
*.fla binary