From 8759f17b37163598a82e5a151c990650210b532e Mon Sep 17 00:00:00 2001 From: WerWolv Date: Sun, 30 Jan 2022 20:50:54 +0100 Subject: [PATCH] git: Make pattern files use better syntax highlighting --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0a63e83 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.pat linguist-language=Rust +*.hexpat linguist-language=Rust