Skip to content

Commit 731916a

Browse files
ahornacevladak
authored andcommitted
Add additional printable chars to full index
1 parent 110674a commit 731916a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opengrok-indexer/src/main/jflex/analysis/plain/PlainFullTokenizer.lex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import org.opengrok.indexer.analysis.JFlexSymbolMatcher;
4141
Identifier = [a-zA-Z\p{Letter}_] [a-zA-Z\p{Letter}0-9\p{Number}_]*
4242
Number = [0-9]+|[0-9]+\.[0-9]+| "0[xX]" [0-9a-fA-F]+
4343
// No letters in the following, so no toLowerCase(Locale.ROOT) needed.
44-
Printable = [\@\$\%\^\&\-+=\?\.\:]
44+
Printable = [\@\$\%\^\&\-+=\?\.\:!\[\]\{\}*\/\|#\<\>\(\),;~]
4545

4646
%%
4747
{Identifier}|{Number}|{Printable} {

0 commit comments

Comments
 (0)