Register Markdown language in some tests to silence error logs (#13066)

This PR registers the Markdown language in some of the tests in the
`zed` crate to silence the error logs about the language not being found
when the chat panel attempts to load it.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-06-14 15:29:20 -04:00 committed by GitHub
parent 45ae0dcc2d
commit 9bc3c6810b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 50 additions and 6 deletions

View file

@ -113,6 +113,7 @@ editor = { workspace = true, features = ["test-support"] }
gpui = { workspace = true, features = ["test-support"] }
language = { workspace = true, features = ["test-support"] }
project = { workspace = true, features = ["test-support"] }
tree-sitter-markdown.workspace = true
tree-sitter-rust.workspace = true
workspace = { workspace = true, features = ["test-support"] }