I saw the notes in your README about Linux and Windows support. Phabricator covers implementing editor:// quite well. These should work for Windows and Linux setup.
https://secure.phabricator.com/book/phabricator/article/external_editor/
http://pla.nette.org/en/how-open-files-in-ide-from-debugger
On a side note, the subl:// scheme doesn't necessarily need to be Sublime Text specific. This could be generic (e.g. editor://) and work with any editor.
I saw the notes in your README about Linux and Windows support. Phabricator covers implementing
editor://quite well. These should work for Windows and Linux setup.https://secure.phabricator.com/book/phabricator/article/external_editor/
http://pla.nette.org/en/how-open-files-in-ide-from-debugger
On a side note, the
subl://scheme doesn't necessarily need to be Sublime Text specific. This could be generic (e.g.editor://) and work with any editor.