rust/crates/ra_syntax
bors[bot] 77e9bf9b5f Merge #116
116: Collapse comments upon join r=matklad a=aochagavia

Todo:

- [x] Write tests
- [x] Resolve fixmes
- [x] Implement `comment_start_length` using the parser

I left a bunch of questions as fixmes. Can someone take a look at them? Also, I would love to use the parser to calculate the length of the leading characters in a comment (`//`, `///`, `//!`, `/*`), so any hints are greatly appreciated.

Co-authored-by: Adolfo Ochagavía <aochagavia92@gmail.com>
Co-authored-by: Adolfo Ochagavía <github@adolfo.ochagavia.xyz>
2018-10-11 15:43:34 +00:00
..
fuzz rename all things 2018-09-16 13:07:39 +03:00
src Merge #116 2018-10-11 15:43:34 +00:00
tests Attach comments smartly 2018-10-08 17:36:38 +03:00
Cargo.toml Move to rowan for syntax tree impl 2018-10-02 17:09:23 +03:00