View Single Post
06-19-17, 06:31 PM   #32
Resike
A Pyroguard Emberseer
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,290
Added the highlighing with Sublime Linter and luacheck:
  • Install the package Sublime Linter.
  • Add the path to luacheck.exe to your system PATH table, or to the paths/windows setting in the Sublime Linter settings:
    "c:\Users\UserName\AppData\Roaming\Sublime Text 3\Packages\WoWDevelopment\WoW Global Finder\"
  • Add "wow lua": "lua", to the syntax_map in the Sublime Linter settings.
  • Restart Sublime.

The globals found by the global finder should match the errors found by luachecker now:


Last edited by Resike : 06-20-17 at 07:53 AM.
  Reply With Quote