atom-language-asciidoc icon indicating copy to clipboard operation
atom-language-asciidoc copied to clipboard

⚛ AsciiDoc language package for the Atom editor.

Results 23 atom-language-asciidoc issues
Sort by recently updated
recently updated
newest added

In order to get the scoping of matches to be precise, we need to match all the block-level elements in the document. One of the main block-level elements is a...

enhancement
grammar

If I have a list and I want a continuation, I use a plus ("+") to do that. However, the plus is not highlighted and looks like plain text.

enhancement
grammar
styling

E.g. ``` This is _some italic_ text. ``` Apparently the grammar only checks for those in a single line, although Asciidoctor doesn't care how many lines a paragraph spans.

bug
grammar