View Single Post
04/25/14, 09:31 PM   #8
Saucy
 
Saucy's Avatar
Join Date: Apr 2014
Posts: 20
On another note, if you're using SublimeLinter with the SublimeLinter-lua plugin.

You can add ESOLua to the syntax_map (so it runs the lua-linter in ESOLua language file as well).

If you have both installed (easiest done by Package Control), go to the settings:
  1. Preferences -> Package Settings -> SublimeLinter -> Settings-User
  2. Inside the "syntax_map object, add to the list:
    Code:
    "esolua": "lua"
  3. Restarting Sublime Text might be needed
  Reply With Quote