kakoune/test/highlight/rust/outer_block_doc_comment0/in

15 lines
176 B
Plaintext
Raw Normal View History

2020-06-20 05:44:00 +02:00
//! # Hello World
//!
//! ```shell
//! $ cargo install
//! ```
//!
//! ```
//! # use foo;
//! foo::bar("Hello world");
//! ```
//!! ```
//!! foo::bar("Hello world");
//!! ```