Skip to content

Commit

Permalink
Add additional printable chars to full index
Browse files Browse the repository at this point in the history
  • Loading branch information
ahornace authored and vladak committed Dec 3, 2021
1 parent 110674a commit 731916a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import org.opengrok.indexer.analysis.JFlexSymbolMatcher;
Identifier = [a-zA-Z\p{Letter}_] [a-zA-Z\p{Letter}0-9\p{Number}_]*
Number = [0-9]+|[0-9]+\.[0-9]+| "0[xX]" [0-9a-fA-F]+
// No letters in the following, so no toLowerCase(Locale.ROOT) needed.
Printable = [\@\$\%\^\&\-+=\?\.\:]
Printable = [\@\$\%\^\&\-+=\?\.\:!\[\]\{\}*\/\|#\<\>\(\),;~]

%%
{Identifier}|{Number}|{Printable} {
Expand Down

0 comments on commit 731916a

Please sign in to comment.