atom-language-asciidoc
atom-language-asciidoc copied to clipboard
⚛ AsciiDoc language package for the Atom editor.
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...
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.
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.