LuaSublime icon indicating copy to clipboard operation
LuaSublime copied to clipboard

Various support files for making developing Lua using Sublime Text 2 more pleasant.

Results 10 LuaSublime issues
Sort by recently updated
recently updated
newest added

In function definitions of the form table_name:function_name(), if table_name is table1_name, the entire definition is not captured as a function definition by the syntax highlighting and is not added to...

Hi I can't build and execute lua code because path is searching for /usr/bin/ but it would have to be /usr/local/bin. I have created one new build system for try...

Most themes and language files use `meta.function-call`. In fact a search of my Packages folder shows that this package is the only one using `functioncall`. For better syntax highlighting support,...

Hi, I really missed highlighting of globals from my old IDE. It was bothering me so much that I went back to the old IDE. Then I decided to taka...

Can you make this work on Sublime Text 3?

Here's a sample output from ST2 console: ``` Writing file /home/user/projects/abc/def.lua with encoding UTF-8 Traceback (most recent call last): File "./ParseLua.py", line 22, in File "./ParseLua.py", line 34, in parse...

The change (on os x) I made to prevent SublimeCrash : p = Popen([luac_path, "-p", "-"], stdin=PIPE, stderr=PIPE, shell=False)

Thanks for creating the package! It would be awesome if in the following case: ``` lua -- Makes something important function foo() ... end ``` the editor would automatically comment...

Everything else seems to be working fine such as the build tool and the live parser, but the syntax is still the default one that comes with Sublime Text.