input `return abc` for grammar: ``` grammar T; p : 'return' ID ; ID : [a-z]+ ; WS : [ \r\t\n]+ -> skip ; ``` <img width="304" alt="Screen Shot 2022-04-24 at 9 49 18 AM" src="https://user-images.githubusercontent.com/178777/164987247-dc207027-c934-4a77-9602-a5120d12419b.png"> This might be an issue with antlr's tree display and not the plugin