From 943ac09b4e45b1d57cc2d90c8044f3cc2e00e60e Mon Sep 17 00:00:00 2001 From: Conduitry Date: Thu, 25 Apr 2019 16:55:09 -0400 Subject: [PATCH] add .gitattributes for stopgap HTML syntax highlighting on .svelte files --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..eb49e78156 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.svelte linguist-language=HTML