Skip to content

Commit

Permalink
chore: update plugin description
Browse files Browse the repository at this point in the history
  • Loading branch information
lppedd committed Nov 10, 2019
1 parent f7de521 commit 784a884
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This is why the plugin does
#### Supported languages

- Java
- JavaScript & TypeScript
- JavaScript and TypeScript
- Need another language? [Open an issue][2]

#### Example
Expand Down
9 changes: 8 additions & 1 deletion plugin-description.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,17 @@
Useful for hard-to-read sources.
</p>
<br/>
<p>The plugin</p>
<ul>
<li>Shows a gutter icon next to the `return`ing lines (clicking on it will take you to the return statement!)</li>
<li>Highlights the <code>return</code> keyword, so that it stands out more</li>
</ul>
<br/>
<p>Supported languages are</p>
<ul>
<li>Java</li>
<li>JavaScript/TypeScript</li>
<li>JavaScript and TypeScript</li>
<li>Need another language? <a href="https://github.com/lppedd/idea-return-highlighter/issues/new?assignees=lppedd&labels=enhancement%2C+language&template=language-support.md&title=Language+support%3A+%5BLANGUAGE%5D">Open an issue</a></li>
</ul>
<br/>
<p>
Expand Down

0 comments on commit 784a884

Please sign in to comment.