You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
rust-analyzer language server sends markdown hover text. This is displayed but not syntax highlighted.
Example
If I take a empty rust project with the following main.rs code:
When I hover on
_foo
the language server provides the following textDocument/hover responseThe markdown is asking for rust highlighting but not getting it

Downstream: rust-lang/atom-ide-rust#158
The text was updated successfully, but these errors were encountered: