brandonkearby / intellij-pig

Pig Plugin adds Apache Pig Language support to IntelliJ.
Other
19 stars 9 forks source link

False positive error on REGISTER keyword #11

Open devictr opened 9 years ago

devictr commented 9 years ago

When including a Python file within a REGISTER statement, for instance:

REGISTER 'python/python_udf.py' USING jython AS python;

I get the following error: 'python/python_udf.py' unexpected. Moreover, the "USING jython AS python" is colored as if it was a String.

If this is a bug, please tell me where to look so I can fix it :)

Thanks for your work!