kakoune/test/indent/rust/comment/out

12 lines
117 B
Plaintext
Raw Normal View History

// foo
// bar
//! foo
//! bar
/// foo
/// bar
println!("hello world"); // foo
bar