1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-12-21 10:40:53 +03:00
kakoune/test/indent/rust/comment/out
2020-05-31 18:07:17 +08:00

19 lines
172 B
Plaintext

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