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

Listing block breaks highlighting #161

Closed lucascosti closed 7 years ago

lucascosti commented 8 years ago

Description

A [listing] block (as per the user manual) breaks the highlighting.

Screenshots

listingblockproblem

Syntax example

== Heading

This para is highlighted normally.

[listing]
----
This is a listing.
----

Everything after here has broken highlighting.
ldez commented 8 years ago

See #158 and http://asciidoctor.org/docs/user-manual/#listing-blocks.