I'm working on a Java project in eclipse. Trying to open a file through Ctrl+Mouse click
, I got a popup that asked me if I want to add "Xtext nature to my project". I said ok. And now, I tried to put on a CSS
file the following line:
@import "myfile.css";
as first line. But I get this error, because of Xtext Check (fast)
:
missing EOF at ';'.
Can anybody help me on how to deal with this kind of error?
Thanks.