Open sgparry opened 6 years ago
If I include | in my grammar, the plugin flags it as an error.
This seems to come from a relatively recent change in the ANTLR4 grammar - the right associative tag now has to be placed immediately after the alernative symbol.
Posted pull request with fix.
If I include | in my grammar, the plugin flags it as an error.