Add outlines for CSS (#8706)

Add outlines for .css files

⚠️I also added `workspace = { workspace = true, features =
["test-support"] }` to dev deps of 'languages' crate to make unit tests
work.

![Css
outlines](https://github.com/zed-industries/zed/assets/4057095/0cade407-79e7-4d0f-9b80-3502509e373d)
This commit is contained in:
Ivan Buryak 2024-03-15 05:31:52 +05:00 committed by GitHub
parent 8c43e10de7
commit ff8a4a89c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 79 additions and 0 deletions

View file

@ -86,3 +86,4 @@ util.workspace = true
text.workspace = true
theme.workspace = true
unindent.workspace = true
workspace = { workspace = true, features = ["test-support"] }