Skip to content

Commit

Permalink
Hide whitespace from ANTLR output
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-palyanitsa committed Dec 10, 2024
1 parent 8d3d1be commit 3ca5e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdt/rdtLexer.g4
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ UNION_TYPE: 'union';
// Priority 2
IDENTIFIER: ([0-9] | [a-z] | [A-Z] | '_' | '-')+;

WS: [ \t];
WS: [ \t] -> channel(HIDDEN);

0 comments on commit 3ca5e17

Please sign in to comment.