You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there an ILazyParseableElementType implementation for the antlr4-intellij-adapter? I have a separate preprocessor grammar (incl. lexer + parser) that I want to recognize within the regular grammar. In the Intellij plugin development notes there is a chapter on this topic, but I don't see any way how I can make my preprocessor tokens lazy within the antlr-adapter. Do you have any ideas or recommendations?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi,
Is there an ILazyParseableElementType implementation for the antlr4-intellij-adapter? I have a separate preprocessor grammar (incl. lexer + parser) that I want to recognize within the regular grammar. In the Intellij plugin development notes there is a chapter on this topic, but I don't see any way how I can make my preprocessor tokens lazy within the antlr-adapter. Do you have any ideas or recommendations?
Thanks in advance.
The text was updated successfully, but these errors were encountered: