Skip to content

Commit

Permalink
feat(languages): enable css tree-sitter for scss files (#1507)
Browse files Browse the repository at this point in the history
The grammer works fine for scss files to and it is better than no hihglighting at all
  • Loading branch information
matoous authored Jan 14, 2022
1 parent f80da7b commit ac6b2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = " " }
Expand Down

0 comments on commit ac6b2de

Please # to comment.