From 7e0d41b604f9802c1dfb572dd151da1a0d9c7aff Mon Sep 17 00:00:00 2001 From: Brian Hann Date: Fri, 24 May 2019 08:21:24 -0500 Subject: [PATCH] Add .svelte extension to .gitattributes For github syntax highlighting --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..eb49e78 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.svelte linguist-language=HTML