This website requires JavaScript.
Explore
Help
Sign In
xenia
/
kakoune
Watch
1
Star
0
Fork
0
You've already forked kakoune
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b929748f8e
kakoune
/
test
/
indent
/
rust
/
line-comment
/
in
13 lines
127 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Rust take indentation before comment to next line
2020-05-24 05:20:24 +02:00
// foo%( )
//! foo%( )
Rust indent block comment
2020-05-31 05:10:11 +02:00
//!! foo%( )
Rust take indentation before comment to next line
2020-05-24 05:20:24 +02:00
/// foo%( )
Rust indent block comment
2020-05-31 05:10:11 +02:00
//// foo%( )
Rust take indentation before comment to next line
2020-05-24 05:20:24 +02:00
println!("hello world"); // foo%( )
Reference in New Issue
Copy Permalink
Mastodon