def foo()
bar = if true
end # highlighting this `end` shows a match on the method `def` line
end
It seems that doing an assignment from some blocks results in it not being spotted as the beginning of a block. In the above example I get def foo() as my match for the end for the if block.
edit: Thanks for making this awesome plugin!
It seems that doing an assignment from some blocks results in it not being spotted as the beginning of a block. In the above example I get
def foo()as my match for theendfor theifblock.edit: Thanks for making this awesome plugin!