From ac6b2de0fdbb9120f0bc3bca77cd1ff6998bc012 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matou=C5=A1=20Dzivjak?= Date: Fri, 14 Jan 2022 11:55:44 +0100 Subject: [PATCH] feat(languages): enable css tree-sitter for scss files (#1507) The grammer works fine for scss files to and it is better than no hihglighting at all --- languages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages.toml b/languages.toml index b305dcde..2c870ab2 100644 --- a/languages.toml +++ b/languages.toml @@ -158,7 +158,7 @@ indent = { tab-width = 2, unit = " " } name = "css" scope = "source.css" injection-regex = "css" -file-types = ["css"] +file-types = ["css", "scss"] roots = [] indent = { tab-width = 2, unit = " " }