-
-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<idea-plugin version="2" url="https://github.com/asciidoctor/asciidoctor-intellij-plugin"> | ||
<id>org.asciidoctor.intellij.asciidoc</id> | ||
<name>AsciiDoc</name> | ||
<version>0.25.6</version> | ||
<version>0.25.7</version> | ||
<vendor email="[email protected]" url="http://asciidoctor.org">Asciidoctor Project</vendor> | ||
|
||
<description><![CDATA[ | ||
|
@@ -32,10 +32,11 @@ Therefore, JetBrains OpenJDK pre-bundled with your IDE is recommended. | |
|
||
<change-notes><![CDATA[ | ||
<ul> | ||
<li>0.25.6 Updating to AsciidoctorJ v2.0.0 that includes Asciidoctor 2.0.8<br> | ||
Improved parsing of warnings and errors created by Asciidoctor<br> | ||
<li>0.25.7 Updating to AsciidoctorJ v2.0.0 that includes Asciidoctor 2.0.8<br> | ||
adding highlighting for italic/bold/mono<br> | ||
adding brace matcher for attributes | ||
<li>0.25.6 Updating to AsciidoctorJ v2.0.0-RC.2 that includes Asciidoctor 2.0.6<br> | ||
Improved parsing of warnings and errors created by Asciidoctor | ||
<li>0.25.5 Addding error highlight in tree view | ||
<li>0.25.4 restart annotation processing for current file once it gets focused or settings change (#225) | ||
<li>0.25.3 improve offset calculation for .asciidoctorconfig files (#225) | ||
|