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
imgbot
Matouš Dzivjak 2 years ago committed by GitHub
parent f80da7b4de
commit ac6b2de0fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save