SublimeLove icon indicating copy to clipboard operation
SublimeLove copied to clipboard

LÖVE support for SublimeText2

Results 9 SublimeLove issues
Sort by recently updated
recently updated
newest added

the only output is `[Finished in 0.1s]` nothing happens then

Hi I've made some changes to the scraper to make it more robust against version numbering ie. 0.8.0 would work but 11.0 would not because the array would be out...

if you enter `elseif` and then put condition after it, it will be indented one more then corresponding `if`.

This adds support for Love fragment shaders (GLSL). Basically, it's the highlighting from the awesome [sublime-glsl](https://github.com/euler0/sublime-glsl) repo, with the Love-specific changes and variables and types and such added in. Works...

Example, trying to complete to "love.graphics.circle": Typing "love.gra" and hitting enter after choosing the selection will complete to "love.love.graphics.circle".

Autocompletions seem to work fine if you git clone this repo directly into the Packages directory of SublimeText3, but they do not work with the new "Installed Packages" zip format...

It'd be awesome if there was a Love GLSL highlighter, for Love graphics shaders.

Typing something like, "myHeight = love.he" and selecting "love.graphics.getHeight" will complete to "myHeight = love.height = love.graphics.getHeight()".