mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-21 10:40:53 +03:00
19 lines
172 B
Plaintext
19 lines
172 B
Plaintext
// foo
|
|
// bar
|
|
|
|
//! foo
|
|
//! bar
|
|
|
|
//!! foo
|
|
//!! bar
|
|
|
|
/// foo
|
|
/// bar
|
|
|
|
//// foo
|
|
//// bar
|
|
|
|
println!("hello world"); // foo
|
|
bar
|
|
|