Consider the following: ```groovy def pat = java.util.regex.Pattern.compile("abc") ``` Syntax coloring should be "default" for `java.util.regex.` and "class" for `Pattern` and "static method call" for `compile`. 
Consider the following:
Syntax coloring should be "default" for
java.util.regex.and "class" forPatternand "static method call" forcompile.