Skip to content

Commit 0cf0fee

Browse files
committed
adding a regexp_start to the others
1 parent cd3667d commit 0cf0fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opengrok-indexer/src/main/resources/analysis/javascript/JavaScriptSymbolTokenizer.lex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,6 @@ import org.opengrok.indexer.analysis.JFlexSymbolMatcher;
9494
\n { yybegin(YYINITIAL);}
9595
}
9696

97-
<YYINITIAL, STRING, REGEXP, COMMENT, SCOMMENT, QSTRING> {
97+
<YYINITIAL, STRING, REGEXP_START, REGEXP, COMMENT, SCOMMENT, QSTRING> {
9898
[^] {}
9999
}

0 commit comments

Comments
 (0)