Skip to content

Instantly share code, notes, and snippets.

@audibleblink
Created December 13, 2014 22:26
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save audibleblink/0e0a5890594201d11271 to your computer and use it in GitHub Desktop.
Save audibleblink/0e0a5890594201d11271 to your computer and use it in GitHub Desktop.
Swift Build System for Sublime Text
// Tested on Yosemite with Xcode6
// This only works if `swift` from
// your shell starts the Swift REPL
{
"cmd": ["swift", "$file"],
"selector": "source.swift"
}
@takasurazeem
Copy link

For windows?

@GrfxGuru
Copy link

Thank you, works as advertised :)

@CarbonSea
Copy link

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment