From c7689fb84b4d218d5166602dd31540f5aaa0ff0e Mon Sep 17 00:00:00 2001 From: Spenser Black Date: Mon, 25 Mar 2024 08:34:54 -0400 Subject: [PATCH] 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. --- parser/.gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 parser/.gitattributes diff --git a/parser/.gitattributes b/parser/.gitattributes new file mode 100644 index 0000000..90e68e3 --- /dev/null +++ b/parser/.gitattributes @@ -0,0 +1 @@ +tests/*.rs.inc linguist-language=Rust linguist-generated