From 350237ec4a777b0005953864285528a712e1aa71 Mon Sep 17 00:00:00 2001 From: stevenhowes <38082088+stevenhowes@users.noreply.github.com> Date: Tue, 30 Mar 2021 15:35:45 +0100 Subject: [PATCH] Try to fix github syntax highlighting --- !TheEsc/.gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 !TheEsc/.gitattributes diff --git a/!TheEsc/.gitattributes b/!TheEsc/.gitattributes new file mode 100644 index 0000000..10060cd --- /dev/null +++ b/!TheEsc/.gitattributes @@ -0,0 +1,3 @@ +c/* linguist-language=C +h/* linguist-language=C +Makefile,fe1 linguist-language=Makefile \ No newline at end of file