Skip to content

Commit

Permalink
[ release ] Prepare for 0.2.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ice1000 committed Apr 17, 2019
1 parent 61a3e72 commit 797dc7b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ before_install:
- curl https://sh.rustup.rs -sSf -m 60 | sh -s -- -y -v --default-toolchain nightly
- source $HOME/.cargo/env
- rustup target add wasm32-unknown-unknown --toolchain nightly
- rustup run nightly rustc --version --verbose
- rustup run nightly cargo --version --verbose
install:
- cd rust
- rustup run nightly cargo build --release
- cd ..
script:
- bash gradlew displayCommitHash compileRust isCI test verifyPlugin --info --no-daemon
cache:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ The IntelliJ IDEA plugin for [Pest](https://pest.rs).
## Features

See [JetBrains Plugin Marketplace][jb] page.
<br/>
This plugin features in a bundled pest-vm which can do real-time syntax highlighting for you.

## Maintainer

Expand Down
5 changes: 4 additions & 1 deletion res/META-INF/change-notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
<ul>
<li>Bug fix on introduce rule (#17)</li>
<li>Bundle a Pest VM in the plugin</li>
<li>Support "Live Preview" by <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>P</kbd></li>
<li>Support "Live Preview" by <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>P</kbd> (Preview!
Checkout this video instruction showing a quite work-in-progress on-the-fly syntax highlighter:
<a href="https://www.youtube.com/watch?v=GchD5b_zBZU">YouTube link</a>)</li>
<li>Support showing error messages from Pest VM</li>
</ul>
0.2.1<br/>
<ul>
Expand Down
1 change: 1 addition & 0 deletions res/META-INF/description.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<ul>
<li>File icon, different for dark and bright themes</li>
<li>Rich completion for rules</li>
<li><strong>Live Preview</strong> -- syntax highlight with pest on-the-fly!</li>
<li>Separated highlighting for different rule types</li>
<li>Keyword highlight built-in rules</li>
<li>Rename for rules (and validate your rename!)</li>
Expand Down

0 comments on commit 797dc7b

Please sign in to comment.