View Single Post
06-17-17, 05:24 PM   #20
Gethe
RealUI Developer
 
Gethe's Avatar
Premium Member
Featured
Join Date: Sep 2008
Posts: 942
Originally Posted by Resike View Post
But then how do you set it up then? I'm really not familiar with either of the packages.
SublimeLinter and associated plugins are installed via the Sublime Text package manager, like most other ST packages.

The actual luacheck binary can be installed in a few ways, all of which are in the GitHub README. Two of these methods will require you to install a lua interpreter, but they also have a windows .exe that bundles everything needed.


That said, my original main point was that how locals and globals are highlighted should be determined by the user and not a static part of the syntax.
__________________
Knowledge = Power; Be OP


Last edited by Gethe : 06-17-17 at 10:40 PM. Reason: grammar
  Reply With Quote