kakoune/test/highlight/rust/doc_comment_hidden/in

16 lines
247 B
Plaintext
Raw Normal View History

2020-06-20 05:44:00 +02:00
//! ```
//! // not hidden #
//! #![feature(x)]
//! # // hidden #
//! # #![feature(x)]
//! ```
/**
* ```
* // not hidden #
* #![feature(x)]
* # // hidden #
* # #![feature(x)]
* ```
*/