974684aa68
/// foo ///%( ) /// foo /// %( ) With `c<ret>bar<esc>`, /// foo bar /// foo /// /// bar Based on c-family block comment handling, this patch also add rust block comment indentation. This affects `o` behavior on empty comment but it allows a way more efficient way to clear comments.
13 lines
127 B
Plaintext
13 lines
127 B
Plaintext
/* foo%( )
|
|
|
|
/*! foo%( )
|
|
|
|
/*!! foo%( )
|
|
|
|
/** foo%( )
|
|
|
|
/*** foo%( )
|
|
|
|
println!("hello world"); /* foo%( )
|
|
|