Running this plugin alone with no other plugins. On basic js files it seems that we have having some trouble detecting a jsFuncBlock on arrow functions that are one-line and have no { } or ( ) surrounding the function body.
Bellow is an image the demonstrates this issue. The first two functions have the function's body wrapped in { } or ( ). They highlight correctly but the last function does not.

Running this plugin alone with no other plugins. On basic js files it seems that we have having some trouble detecting a
jsFuncBlockon arrow functions that are one-line and have no{ }or( )surrounding the function body.Bellow is an image the demonstrates this issue. The first two functions have the function's body wrapped in
{ }or( ). They highlight correctly but the last function does not.