function myFunc()
local ending = 1
local endstuff = 2
end
the "end" part of "ending = 1" is highlighted (but not in "endstuff = 2"). It's probably just a missing word boundary somewhere.
This also affects scope expansion: placing the cursor on myFunc and using expand selection to scope will select form "function" to the "end" in "ending = 1".
in the following snippet of code:
the "end" part of "ending = 1" is highlighted (but not in "endstuff = 2"). It's probably just a missing word boundary somewhere.
This also affects scope expansion: placing the cursor on myFunc and using expand selection to scope will select form "function" to the "end" in "ending = 1".