You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: