1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-12-18 17:02:06 +03:00
kakoune/test/highlight/rust/doc_comment_hidden/in

16 lines
247 B
Plaintext
Raw Normal View History

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