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 c01728f commit c2884aeCopy full SHA for c2884ae
src/org/opensolaris/opengrok/analysis/plain/PlainFullTokenizer.lex
@@ -41,7 +41,7 @@ super(in);
41
%char
42
43
//WhiteSpace = [ \t\f\r]+|\n
44
-Identifier = [a-zA-Z_] [a-zA-Z0-9_]*
+Identifier = [a-zA-Z\p{Letter}_] [a-zA-Z\p{Letter}0-9\p{Number}_]*
45
Number = [0-9]+|[0-9]+\.[0-9]+| "0[xX]" [0-9a-fA-F]+
46
Printable = [\@\$\%\^\&\-+=\?\.\:]
47
0 commit comments