forked from i21017/JavaTypeUnify
Fix Identifier in Grammar
This commit is contained in:
parent
cddf3ccece
commit
163e130b13
@ -17,7 +17,7 @@ tph : '_' IDENTIFIER;
|
||||
namedType : IDENTIFIER params?;
|
||||
params : '<' type (',' type)* '>';
|
||||
|
||||
IDENTIFIER: [0-9A-Za-z.]+;
|
||||
IDENTIFIER: [0-9A-Za-z.$[;][0-9A-Za-z.$[;_]*;
|
||||
|
||||
NEWLINE : [\r\n]+ -> skip;
|
||||
WS: [ \t] -> skip ;
|
Loading…
Reference in New Issue
Block a user