File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ val commitHash = kotlin.run {
21
21
output.trim()
22
22
}
23
23
24
- val pluginComingVersion = " 0.2.7 "
24
+ val pluginComingVersion = " 0.3.0 "
25
25
val pluginVersion = if (isCI) " $pluginComingVersion -$commitHash " else pluginComingVersion
26
26
val packageName = " rs.pest"
27
27
val asmble = " asmble"
Original file line number Diff line number Diff line change
1
+ 0.2.8< br />
2
+ < ul >
3
+ < li > Support exporting live-preview files into HTML
4
+ (right-click in live-preview!).
5
+ The inner-most rule information will be preserved,
6
+ syntax error information will be exported as well.
7
+ </ li >
8
+ </ ul >
1
9
0.2.7< br />
2
10
< ul >
3
11
< li > Catch an exception (#27)</ li >
7
15
0.2.6< br />
8
16
< ul >
9
17
< li > Regex-based rule highlight (#22)</ li >
10
- < li > Something that hopefully fixes the index out of bound exception (#20, #24)</ li >
18
+ < li > Something that hopefully fixes the index out of bound exception (#20,
19
+ #24)
20
+ </ li >
11
21
< li > Fix comment lexer (#25)</ li >
12
22
</ ul >
13
23
0.2.5< br />
Original file line number Diff line number Diff line change 17
17
< li > File icon, different for dark and bright themes</ li >
18
18
< li > Rich completion for rules</ li >
19
19
< li > < strong > Live Preview</ strong > -- syntax highlight with pest on-the-fly!</ li >
20
+ < li > < strong > Live Preview to HTML</ strong > -- export your live-previewed file as HTML!</ li >
20
21
< li > Separated highlighting for different rule types</ li >
21
22
< li > Keyword highlight built-in rules</ li >
22
23
< li > Rename for rules (and validate your rename!)</ li >
You can’t perform that action at this time.
0 commit comments