File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ java -jar expression-console-sample.jar
227
227
228
228
Change log
229
229
==========
230
- 1.5.2-snapshot
230
+ 1.5.2
231
231
232
232
* Generator: disable first-check in presence of external predicates
233
233
* Generator: support mixed AST-PSI trees (psi.impl.source.tree.CompositePsiElement inheritors)
Original file line number Diff line number Diff line change 18
18
# https://www.jetbrains.com/intellij-repository/releases
19
19
# https://www.jetbrains.com/intellij-repository/snapshots
20
20
21
- version = 1.5.2-SNAPSHOT
21
+ version = 1.5.2
22
22
23
23
ideaVersion = 2017.1
24
24
javaVersion = 1.8
Original file line number Diff line number Diff line change 1
- <idea-plugin url =" https://github.com/JetBrains/Grammar-Kit" version = " 2 " >
1
+ <idea-plugin url =" https://github.com/JetBrains/Grammar-Kit" >
2
2
<id >org.jetbrains.idea.grammar</id >
3
- <version >1.5.2-SNAPSHOT </version >
3
+ <version >1.5.2</version >
4
4
<
vendor email =
" [email protected] " >Greg Shrago</
vendor >
5
- <idea-version since-build =" 162.2525 " until-build =" 173.*" />
5
+ <idea-version since-build =" 171 " until-build =" 173.*" />
6
6
7
7
<name >Grammar-Kit</name >
8
8
<description >BNF Grammars and JFlex lexers editor. Readable parser/PSI code generator.</description >
You can’t perform that action at this time.
0 commit comments