Sublime Forum

Not all functions detected

#1

I am not sure if this is a bug, or kinda makes sense.

sublime fails to highlight all functions (which stops super + r from working) bellow the function compare:

dropbox.com/s/cjbhrirm5oxd0 … enshot.png

This is caused by a single line of code inside compare, which looks like this :
def filterRules = params.nochng? true : false ]

If i remove this line, function detection works. So is this a bug ? It happens with both build in groovy highligter, and a grails highlighting plugin that I have installed ( github.com/osoco/sublimetext-grails )

0 Likes