File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
src/main/java/org/scijava/ui/swing/script/highliters Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.scijava</groupId >
77 <artifactId >pom-scijava</artifactId >
8- <version >37 .0.0</version >
8+ <version >40 .0.0</version >
99 <relativePath />
1010 </parent >
1111
147147
148148 <!-- NB: Deploy releases to the SciJava Maven repository. -->
149149 <releaseProfiles >sign,deploy-to-scijava</releaseProfiles >
150+
151+ <rsyntaxtextarea .version>3.6.0</rsyntaxtextarea .version>
150152 </properties >
151153
152154 <dependencies >
Original file line number Diff line number Diff line change @@ -2635,6 +2635,11 @@ public void yypushback(final int number) {
26352635 zzMarkedPos -= number ;
26362636 }
26372637
2638+ @ Override
2639+ public int yystate () {
2640+ return zzLexicalState ; // the current lexical state
2641+ }
2642+
26382643 /**
26392644 * Resumes scanning until the next regular expression is matched, the end of
26402645 * input is encountered or an I/O-Error occurs.
You can’t perform that action at this time.
0 commit comments