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

Open block can break highlighting. #148

Closed lucascosti closed 8 years ago

lucascosti commented 8 years ago

Description

I am also experiencing an open block breaking highlighting. the -- in the example ends the highlighting.

Screenshots

asciidoc-language-bug

Syntax example

Your syntax example.

[[zip_rollback_management_cli]]
.Rolling Back a Patch Using the Management CLI
. From the management CLI, use the `patch history` command to find the ID of the patch that you want to roll back.
+
--
NOTE: If you are using a managed domain, you must add the `--host=_HOSTNAME_` argument to the commands in this procedure to specify the {ProductShortName} host.
--

. Roll back the patch with the appropriate patch ID from the previous step.
+
[options="nowrap"]
----
patch rollback --patch-id=PATCH_ID --reset-configuration=TRUE
----
+
The patch tool will warn if there are any conflicts in attempting to roll back the patch. If there are conflicts, enter `patch --help` for the available arguments to re-run the command with an argument specifying how to resolve the conflicts.

.  Restart the {ProductShortName} server for the patch roll back to take effect:
+
[options="nowrap"]
----
shutdown --restart=true
----
ldez commented 8 years ago

Thanks for reporting here. :+1:

It's fixed in #149

lucascosti commented 8 years ago

Thanks @ldez, love your work! :smile: