File tree 2 files changed +8
-1
lines changed
src/main/java/org/scijava/ui/swing/script/highliters
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.scijava</groupId >
7
7
<artifactId >pom-scijava</artifactId >
8
- <version >37 .0.0</version >
8
+ <version >40 .0.0</version >
9
9
<relativePath />
10
10
</parent >
11
11
147
147
148
148
<!-- NB: Deploy releases to the SciJava Maven repository. -->
149
149
<releaseProfiles >sign,deploy-to-scijava</releaseProfiles >
150
+
151
+ <rsyntaxtextarea .version>3.6.0</rsyntaxtextarea .version>
150
152
</properties >
151
153
152
154
<dependencies >
Original file line number Diff line number Diff line change @@ -2635,6 +2635,11 @@ public void yypushback(final int number) {
2635
2635
zzMarkedPos -= number ;
2636
2636
}
2637
2637
2638
+ @ Override
2639
+ public int yystate () {
2640
+ return zzLexicalState ; // the current lexical state
2641
+ }
2642
+
2638
2643
/**
2639
2644
* Resumes scanning until the next regular expression is matched, the end of
2640
2645
* input is encountered or an I/O-Error occurs.
You can’t perform that action at this time.
0 commit comments