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 addd9b5 commit 23e91d9Copy full SHA for 23e91d9
src/org/opensolaris/opengrok/search/context/HistoryLineTokenizer.lex
@@ -96,7 +96,7 @@ stopset.add( "1.0");
96
}
97
%}
98
99
-Identifier = [a-zA-Z_] [a-zA-Z0-9_]*
+Identifier = [a-zA-Z\p{Letter}_] [a-zA-Z\p{Letter}0-9\p{Number}_]*
100
Number = [0-9]+|[0-9]+\.[0-9]+| "0[xX]" [0-9a-fA-F]+
101
Printable = [\@\$\%\^\&\-+=\?\.\:]
102
0 commit comments