kakoune/rc
Ivan Tham 974684aa68 Improve rust comment closing handling
/// 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.
2020-07-09 23:02:50 +08:00
..
detection Merge remote-tracking branch 'lenormf/key-percent' 2020-06-25 20:58:26 +10:00
filetype Improve rust comment closing handling 2020-07-09 23:02:50 +08:00
tools Merge remote-tracking branch 'lenormf/key-percent' 2020-06-25 20:58:26 +10:00
windowing Fix syntax errors. 2020-07-06 14:55:54 +03:00