osoco / sublimetext-grails

Grails support for Sublime Text
75 stars 21 forks source link

Possible Bug - function detection #16

Open iyawnis opened 9 years ago

iyawnis commented 9 years ago

Inside a controller function I have the following line : def filterRules = [ params.nochng? true : false ] All functions bellow that function are not highlighted as functions, and super + R is not detecting them. If I remove the above line of code, the functions are detected.

This also happens with build in groovy highlighter.