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 23e91d9 commit c01728fCopy full SHA for c01728f
src/org/opensolaris/opengrok/search/context/PlainLineTokenizer.lex
@@ -394,7 +394,7 @@ import org.opensolaris.opengrok.analysis.Scopes.Scope;
394
%}
395
396
//WhiteSpace = [ \t\f\r]+|\n
397
-Identifier = [a-zA-Z_] [a-zA-Z0-9_]*
+Identifier = [a-zA-Z\p{Letter}_] [a-zA-Z\p{Letter}0-9\p{Number}_]*
398
Number = [0-9]+|[0-9]+\.[0-9]+| "0[xX]" [0-9a-fA-F]+
399
Printable = [\@\$\%\^\&\-+=\?\.\:]
400
0 commit comments