vello/.gitattributes
Daniel McNab 6cfd358f80
Improve the gitattributes and gitignore files (#234)
* Delete some not needed files

* Specify wgsl

* Finalise gitattributes
2023-01-05 18:24:36 +00:00

6 lines
244 B
Plaintext

# 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