Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Workaround missing markdown syntax highlighting #171

Merged

Conversation

alexheretic
Copy link
Member

@alexheretic alexheretic commented May 12, 2020

Convert rust-analyzer datatip/hover responses ```rust\ncode\n``` into text & rust-snippets of code to allow syntax highlighting of these snippets.

This presumably is a flaw in atom-ide-ui not highlighting markdown.

Remove old rls format workaround.

Resolves #158

Convert datatips/hover "```rust\ncode\n```" into text & rust-snippets of 
'code' to allow syntax highlighting of these snippets.
@alexheretic alexheretic merged commit e46be55 into rust-lang:master May 12, 2020
@alexheretic alexheretic deleted the workaround-hover-syntax-highlight branch May 12, 2020 22:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Rust-analyzer] Code blocks on datatips (hover to type/ hover to doc) doesn't highlight
1 participant