kakoune/test/indent/rust/comment/out

19 lines
172 B
Plaintext
Raw Normal View History

// foo
// bar
//! foo
//! bar
2020-05-31 05:10:11 +02:00
//!! foo
//!! bar
/// foo
/// bar
2020-05-31 05:10:11 +02:00
//// foo
//// bar
println!("hello world"); // foo
bar
2020-05-31 05:10:11 +02:00