zargony / atom-language-rust

Rust language support in Atom - LOOKING FOR MAINTAINER, see #144
MIT License
116 stars 33 forks source link

Rust grammar should highlight documentation tests #127

Open aeschli opened 6 years ago

aeschli commented 6 years ago

From @dbkaplun on February 18, 2018 8:7

Everything between the ```s should highlight as Rust code:

/// ```
/// assert!(true);
/// ```
fn main() {}

Thanks!

Copied from original issue: Microsoft/vscode#43918