Add linguist attributes for tests/*.rs.inc files

This informs Linguist (used by GitHub) that these files are Rust (they
are currently detected as C++). This also marks them as generated.
This commit is contained in:
Spenser Black 2024-03-25 08:34:54 -04:00 committed by Ethiraric
parent 6ec65e636f
commit c7689fb84b

1
parser/.gitattributes vendored Normal file
View file

@ -0,0 +1 @@
tests/*.rs.inc linguist-language=Rust linguist-generated