Closed hmatsuda closed 9 years ago
e.g. In the below case, it highlights while 0 <= 10 do when cursor is at 5 line.
while 0 <= 10 do
1 if true 2 while 0 <= 10 do 3 # 4 end 5 end
e.g. In the below case, it highlights
while 0 <= 10 do
when cursor is at 5 line.