Consider the following: ```groovy class Foo { Foo bar def isBaz() {} } Foo foo foo.@bar.isBaz() ``` The subsequence "@bar.isBaz" is being recognized as an annotation by the editor. 
Consider the following:
The subsequence "@bar.isBaz" is being recognized as an annotation by the editor.