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
This commit is contained in:
parent
f80da7b4de
commit
ac6b2de0fd
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ indent = { tab-width = 2, unit = " " }
|
||||||
name = "css"
|
name = "css"
|
||||||
scope = "source.css"
|
scope = "source.css"
|
||||||
injection-regex = "css"
|
injection-regex = "css"
|
||||||
file-types = ["css"]
|
file-types = ["css", "scss"]
|
||||||
roots = []
|
roots = []
|
||||||
|
|
||||||
indent = { tab-width = 2, unit = " " }
|
indent = { tab-width = 2, unit = " " }
|
||||||
|
|
Loading…
Add table
Reference in a new issue