We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 110674a commit 731916aCopy full SHA for 731916a
opengrok-indexer/src/main/jflex/analysis/plain/PlainFullTokenizer.lex
@@ -41,7 +41,7 @@ import org.opengrok.indexer.analysis.JFlexSymbolMatcher;
41
Identifier = [a-zA-Z\p{Letter}_] [a-zA-Z\p{Letter}0-9\p{Number}_]*
42
Number = [0-9]+|[0-9]+\.[0-9]+| "0[xX]" [0-9a-fA-F]+
43
// No letters in the following, so no toLowerCase(Locale.ROOT) needed.
44
-Printable = [\@\$\%\^\&\-+=\?\.\:]
+Printable = [\@\$\%\^\&\-+=\?\.\:!\[\]\{\}*\/\|#\<\>\(\),;~]
45
46
%%
47
{Identifier}|{Number}|{Printable} {
0 commit comments