Skip to content

Commit

Permalink
Remove extraneous underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
markwoon committed Jun 18, 2021
1 parent 0647647 commit d783373
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ REFERENCE
fragment
REF_IDENTIFIER
:
[_a-zA-Z0-9_]+
[a-zA-Z0-9_]+
;

/** opening parenthesis */
Expand Down Expand Up @@ -446,4 +446,4 @@ AA_TERMINAL
| 'Ter'
;

ErrorChar : . ;
ErrorChar : . ;

0 comments on commit d783373

Please sign in to comment.