View Single Post
04-16-18, 12:51 AM   #54
Eungavi
A Theradrim Guardian
Join Date: Nov 2017
Posts: 64
Not sure if Resike is still on this project, but any advice on how I should set path of WoW Global Finder for portable version of Sublime Text 3?

So, basically Sublime Text Build 3143 x64 is a top folder and WoW Global Finder is located in Sublime Text Build 3143 x64\Data\Packages\WoWDevelopment\WoW Global Finder.

I tried the following, but it doesn't seem to be a right syntax

Code:
// SublimeLinter Settings - User
{
	"paths": {
		"linux": [],
		"osx": [],
		"windows": [
			"Data\\Packages\\WoWDevelopment\\WoW Global Finder\\"
		]
	},
	"syntax_map": {
		"wow lua": "lua"
	}
}

Last edited by Eungavi : 04-16-18 at 12:54 AM.
  Reply With Quote