Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Highlight code snippets in doc comments #393

Open
@Centril

Description

@Centril

Say we write something like:

/// Yada yada...
/// ```rust
/// assert_eq!(foo(), some_value);
/// ```
fn foo() { ... }

Unfortunately; the snippet inside the doc comment is not highlighted in VSCode.
It would be awesome if it were.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementIndicates new feature requestsgrammarRelates to TM grammar used by VSCode/extension

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions