asciidoctor / atom-language-asciidoc

⚛ AsciiDoc language package for the Atom editor.
https://atom.io/packages/language-asciidoc
MIT License
42 stars 20 forks source link

refactor: comment grammars review #151

Closed ldez closed 8 years ago

ldez commented 8 years ago

Description

A line comment does not require a space after the comment prefix. However, it does require that the third character not be a forward slash.

Syntax example

//a comment
// a comment
/// not a comment

Screenshots

capture du 2016-05-31 09-15-35

Fix #150