atom-language-asciidoc
atom-language-asciidoc copied to clipboard
⚛ AsciiDoc language package for the Atom editor.
I would like to have AsciiDoc bibliography citations appear in the `atom-ide-ui` [datatips](https://github.com/facebook-atom/atom-ide-ui/blob/master/docs/datatips.md) and [references](https://github.com/facebook-atom/atom-ide-ui/blob/master/docs/find-references.md). I'm willing to do the work and am only wondering if the maintainers of this...
## Description I have a single line `ifdef` (or `ifndef`) that has an `xref` in the included content. The square brackets of the `xref` breaks the `ifdef` highlighting. Not sure...
## Description Publish the package to npm so that it can be used with the [highlights](https://www.npmjs.com/package/highlights) syntax highlighter in headless / library mode. This seems to be a simple matter...
## Description If I place an admonition in a continued list item, all subsequent content is rendered bold until a blank line. ## Screenshots  ## Syntax example ```adoc =...
## Description Monospace bold phrases are not highlighted correctly. The [quick reference example]( http://asciidoctor.org/docs/asciidoc-syntax-quick-reference/) lists the monospace bold phrase as \`\*monospace bold phrase\*\` that is a backtick before an asterisk....
Add general inline macro grammar so that custom inline macros can be highlighted. For example: `cite:[XXX]` can be highlighted as in the following screenshot:
## Description I have a feature request. It would be very useful to have atom's reflow selection feature be made aware of the asciidoctor (and asciidoctor-latex) markup such that it...
## Description The grammar should match literal (i.e., indented) paragraphs. A literal paragraph is a paragraph that begins with one or more spaces. We should only look for spaces at...
## Description Nested inline style. ## Screenshots AsciiDoctor rendering:  ## Syntax example ``` adoc the *foo _bar_* is here. the *foo b__ar__* is here. the _foo...
The block attribute list should be matched separately from delimited blocks (i.e., structural containers). The match should recognize the following pattern: ``` [,,] ``` For example: ``` [ditaa,diagram-name,format=png] ``` Keep...