oowekyala / intellij-javacc

JavaCC and JJTree grammar support for the IntelliJ Platform

Home Page:https://plugins.jetbrains.com/plugin/11431-javacc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

< INCLUDE: "include"> token error

zeta9044 opened this issue · comments

TOKEN : /* ibatis NODE NAME*/
{
...
| < INCLUDE: "include" >
...
}

This is normal token. but intellij-javacc shows error following content:
'#', 또는 EOF이(가) 필요하지만 'INCLUDE'을(를) 얻었습니다