View Single Post
05-08-13, 09:32 PM   #75
fRodzet
A Flamescale Wyrmkin
Join Date: Mar 2013
Posts: 114
Originally Posted by myrroddin View Post
I'm not sure if Sublime is learning my code via prediction or if this is unintended, but when I type the word local it defaults to
Lua Code:
  1. local i = 1
Naturally, I was trying to type something like
Lua Code:
  1. local some_variable = some_API or value
Sublime performed the latter before the plugin.
The snippet of local has not yet been added to the package, you can goto your lua package in packages and copy the xxx.sublime-snippet files to your WoWLua folder if you like - this should correct the issue.
  Reply With Quote