Sublime Text
Sublime Text is a sophisticated text editor for code, markup and prose.
Running love projects from Sublime Text 2
Create a new Build System first: Tools -> Build System -> New Build System
Then paste the following code:
{
"selector": "source.lua",
"cmd": ["love", "$file_path"]
}
Now you can use CTRL + B to run your love project.
See also