atom-language-rust
atom-language-rust copied to clipboard
Auto continue documentation comments
Right now regular multiline comments are continued just fine and when you hit return it will add the double forward slashes. Documentation comments, however, which use the tripple forward slashes are not continued. Rather it enters two forward slashes.

The docblockr package can do this
Atom has a commentStart setting (given in settings/rust.cson). It would be nice if this setting would be able to take more than one value or even a regex. I'm not sure, but I think it's a single string only.