1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-12-21 10:40:53 +03:00
kakoune/test/indent/rust/line-comment/out

19 lines
172 B
Plaintext
Raw Normal View History

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