From 50853bb5ded98f65e41680383687d40d333b51a7 Mon Sep 17 00:00:00 2001 From: Benjamin Stigsen Date: Wed, 8 Sep 2021 09:21:52 +0200 Subject: [PATCH] Create .gitattributes Add C language syntax highlighting to C3 --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..5727d6143 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +$ cat .gitattributes +* text=auto +*.c3 linguist-language=C +*.c3t linguist-language=C