Closed dnbln closed 4 years ago
Thanks for trying out the plugin! I thought this kind of import might have issues... I'm currently working on making the import section of the grammar file act like embedded Rust code, which should also fix this issue.
This should be fixed in the latest commit, https://github.com/Mcat12/intellij-lalrpop/commit/58083687d42dd7443fecbad34de7571e768de3b3
Edit: example of the new behavior:
I have a lalrpop file that begins with:
Aside the wrong highlighting on the
grammar
word here, I get an error on the first:
aftercrate
, saying:LALRPOP.SEMICOLON expected, got ':'