This question seems to come up from time to time, so I put together a video showing how to install Sublime, then Package Control, then the KSP add-on. I also added Super Calculator and Increment Selection, which I find handy.
Just remove them and install the latest.Under Mac OSX, the problem is that I end up with several choices of KSP synthax after different versions and updates. It's strange _
Still happy that I don't develop very complicated Instruments.
{
"keys": ["ctrl+k, ctrl+k"],
"command": "set_file_type",
"args": {"syntax": "KSP.sublime-syntax"}
},
{
"keys": ["f5"],
"command" : "compile_ksp",
"context": [{ "key": "selector", "operator": "equal", "operand": "source.ksp" }]
},