From 308fcb8401e4b0ce1a3f783d6c7adceb874290aa Mon Sep 17 00:00:00 2001 From: urob <978080+urob@users.noreply.github.com> Date: Wed, 13 Jul 2022 15:00:02 -0400 Subject: [PATCH] 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..9b2b33d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.dtsi linguist-language=C++ +*.keymap linguist-language=C++