zargony / atom-language-rust

Rust language support in Atom - LOOKING FOR MAINTAINER, see #144
MIT License
116 stars 33 forks source link

Markdown highlighting in documentation comments #114

Closed Nokel81 closed 6 years ago

Nokel81 commented 6 years ago

So according to the cargo spec any single line comments starting with a ! or / (so /// or //!) shall be written in markdown so that the crate documentation sites can render them nicely. I propose that these comments have markdown highlighting

zargony commented 6 years ago

I personally would like that too, see #36 ;-)