We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62457e2 commit 6280900Copy full SHA for 6280900
src/main/resources/META-INF/plugin.xml
@@ -10,6 +10,7 @@
10
11
<change-notes><![CDATA[
12
<b>v0.3</b>
13
+ <ul>
14
<li>auto completion (block names, functions etc)</li>
15
<li>navigation to properties and functions</li>
16
<li>code formatting of the templated language</li>
@@ -18,7 +19,6 @@
18
19
<li>new intention to detect unknown variables and add '@pebvariable' hints</li>
20
<li>navigation to files specified in extends/include/import directives</li>
21
<li>fixed bugs in the parser</li>
- <ul>
22
</ul>
23
<br/>
24
<b>v0.2</b>
0 commit comments