From 363016247d5080bd543cfee21f482ae6184bcc98 Mon Sep 17 00:00:00 2001 From: Eugene Date: Thu, 22 Feb 2024 21:21:20 +0400 Subject: [PATCH] highlight .ron files as rust --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..fedda793 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Ron language is not supported by github +*.ron linguist-language=Rust