View Single Post
06-16-17, 12:21 AM   #9
Gethe
RealUI Developer
 
Gethe's Avatar
Premium Member
Featured
Join Date: Sep 2008
Posts: 942
I tried this out for a bit and it's quite nifty.

That said, your global functions scope will tag a block such as this:
Lua Code:
  1. local foo do
  2.   function foo()
  3.     -- stuff
  4.   end
  5. end

With that having been noted, why even include local/global as a highlighted scope in the syntax? Isn't that the purpose of the global finder?
__________________
Knowledge = Power; Be OP


Last edited by Gethe : 06-16-17 at 12:46 AM.
  Reply With Quote