From cddb37693f8781be219614dae96cafb2ed63d885 Mon Sep 17 00:00:00 2001 From: Mateusz Duda Date: Sat, 12 Sep 2020 15:26:40 +0200 Subject: [PATCH] Added SCSS support When a profile with SCSS files is being processed it resulted in an exception. --- colors.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/colors.json b/colors.json index abf80a4..4d6e36a 100644 --- a/colors.json +++ b/colors.json @@ -1299,6 +1299,10 @@ "color": null, "url": "https://github.com/trending?l=Scilab" }, + "SCSS": { + "color": "#c6538c", + "url": "https://github.com/trending?l=SCSS" + }, "sed": { "color": "#64b970", "url": "https://github.com/trending?l=sed"