View Single Post
05-08-13, 09:30 PM   #74
fRodzet
A Flamescale Wyrmkin
Join Date: Mar 2013
Posts: 114
Originally Posted by Nibelheim View Post
How weird.

My Settings - User is the exact same after installing the package
Code:
{
	"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
	"font_size": 12,
	"ignored_packages":
	[
		"Vintage"
	]
}
And both User and Default settings for the WoW Lua package are empty, yet it still ignores the decimal as a separator. Even adding the word_separators setting into Settings - User doesn't correct the issue. Have to add the package to my ignore list to get it working again.
Check the Lua.sublime-settings preferences within the package there should be some default values i have set. Change them as you please - the reason for adding them like so is that we would like to specify different settings depending on the language(.lua, .toc, .xml).

The package you have downloaded so far is really an very early version, and as mentioned it is not working properly.
  Reply With Quote