Skip to content

Commit

Permalink
Adjust description in plugin.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Nov 18, 2015
1 parent 1c51af7 commit d928ba0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ apply plugin: 'java'
apply plugin: 'kotlin'
apply plugin: 'org.jetbrains.intellij'

version = '1.0.1'
version = '1.0.2'

repositories {
jcenter()
Expand Down
11 changes: 9 additions & 2 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,22 @@
<vendor url="https://github.com/turbo87/">Tobias Bieniek</vendor>

<description><![CDATA[
Enter short description for your plugin here.<br>
<em>most HTML tags may be used</em>
This plugin provides basic <a href="http://emberjs.com/">Ember.js</a> support to all JetBrains IDEs that support JavaScript.
<p>Features:</p>
<ul>
<li>Ember.js project discovery (via <code>app/app.js</code>) when imported from existing sources</li>
<li>Automatically sets the language level to ES6</li>
<li>Marks app, public and tests folders as special folders</li>
</ul>
]]></description>

<!--
<change-notes><![CDATA[
Add change notes here.<br>
<em>most HTML tags may be used</em>
]]>
</change-notes>
-->

<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
<idea-version since-build="141.0"/>
Expand Down

0 comments on commit d928ba0

Please sign in to comment.