kakoune/test/highlight/rust/doc_comment_hidden/in
2020-07-09 00:21:11 +08:00

16 lines
247 B
Plaintext

//! ```
//! // not hidden #
//! #![feature(x)]
//! # // hidden #
//! # #![feature(x)]
//! ```
/**
* ```
* // not hidden #
* #![feature(x)]
* # // hidden #
* # #![feature(x)]
* ```
*/