[java] module declaration highlighting (file-level)

This commit is contained in:
Roman Shevchenko
2016-06-29 21:02:23 +03:00
parent 657400a58d
commit bf4759fccb
10 changed files with 275 additions and 13 deletions
@@ -0,0 +1,3 @@
<error descr="Modules are not supported at this language level">module M {
requires A;
}</error>