Commit ef1b0c5 1 parent 0f8aea8 commit ef1b0c5 Copy full SHA for ef1b0c5
File tree 1 file changed +5
-7
lines changed
src/main/resources/META-INF
1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
1
<idea-plugin >
2
2
<id >com.github.bjansen.intellij.pebble</id >
3
3
<name >Pebble</name >
4
- <version >0.6-SNAPSHOT </version >
4
+ <version >0.6</version >
5
5
<vendor url =" https://github.com/bjansen" >Bastien Jansen</vendor >
6
6
7
7
<description ><![CDATA[
8
8
Support for the Pebble templating engine.
9
9
]]> </description >
10
10
11
11
<change-notes ><![CDATA[
12
- <b>v0.5 </b>
12
+ <b>v0.6 </b>
13
13
<ul>
14
- <li>support for long values (<a href="https://github.com/bjansen/pebble-intellij/issues/30">#30</a>)</li>
15
- <li>improved code completion and navigation to declarations (<a href="https://github.com/bjansen/pebble-intellij/issues/21">#21</a>)</li>
16
- <li>recognize template data language in verbatim tags (<a href="https://github.com/bjansen/pebble-intellij/issues/27">#27</a>)</li>
17
- <li>support for string interpolations (<a href="https://github.com/bjansen/pebble-intellij/issues/31">#31</a>)</li>
14
+ <li>fixed parsing of list expressions (<a href="https://github.com/bjansen/pebble-intellij/issues/36">#36</a>)</li>
15
+ <li>added code completion and navigation for filters (<a href="https://github.com/bjansen/pebble-intellij/issues/17">#17</a>)</li>
18
16
</ul>
19
17
]]> </change-notes >
20
18
21
- <!-- IDEA 15 and later -->
19
+ <!-- IDEA 2017.3 and later -->
22
20
<idea-version since-build =" 173.0" />
23
21
24
22
<depends >com.intellij.modules.lang</depends >
You can’t perform that action at this time.
0 commit comments