zargony / atom-language-rust

Rust language support in Atom - LOOKING FOR MAINTAINER, see #144

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Markdown highlighting in documentation comments

Nokel81 opened this issue · comments

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

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