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
38efe8b421
kakoune
/
test
/
indent
/
rust
/
dedent
/
in
17 lines
175 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Handle dedent in rust syntax Naively handle dedent after , and ; which works most of the cases but does not work with multi level dedent.
2020-05-16 15:08:11 +02:00
foo();%( )
foo(
bar().baz(),%( )
foo(
bar()
.baz(),%( )
foo()
.bar()
.baz();%( )
Rust indent block comment
2020-05-31 05:10:11 +02:00
let t = "a
wah";%( )
Reference in New Issue
Copy Permalink
Mastodon