mirror of
https://github.com/helix-editor/helix
synced 2024-11-10 10:34:45 +01:00
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
@ -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 = " " }
|
||||
|
Loading…
Reference in New Issue
Block a user