From f079faffb0a841cd94e603f1ca2c3b453bf8de4b Mon Sep 17 00:00:00 2001 From: "Luke \"Jared\" Bennett" Date: Thu, 17 Nov 2016 04:31:18 +0000 Subject: [PATCH] Use xml lexer for *.svg files --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 70cce05d2b5617..33b9bea64cce2f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ *.js.es6 gitlab-language=javascript +*.svg gitlab-language=xml \ No newline at end of file -- GitLab