Created
December 13, 2014 22:26
-
-
Save audibleblink/0e0a5890594201d11271 to your computer and use it in GitHub Desktop.
Swift Build System for Sublime Text
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Tested on Yosemite with Xcode6 | |
// This only works if `swift` from | |
// your shell starts the Swift REPL | |
{ | |
"cmd": ["swift", "$file"], | |
"selector": "source.swift" | |
} |
Thank you, works as advertised :)
Thanks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For windows?