Consider the following: ```groovy String one = "prefix ${m(null);x=null;null} null suffix" String two = "prefix ${new Object();new Object[0];'new'} new suffix" ``` `new` and `null` are missing keyword coloration.  see #1404
Consider the following:
newandnullare missing keyword coloration.see #1404