Skip to content

Instantly share code, notes, and snippets.

@stripe-q
Created September 2, 2017 00:19
Show Gist options
  • Save stripe-q/b6ae97a90f48c32d297406de96471630 to your computer and use it in GitHub Desktop.
Save stripe-q/b6ae97a90f48c32d297406de96471630 to your computer and use it in GitHub Desktop.
Sublime text3 - swift build system
{
"cmd": ["swift", "$file"],
"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
"working_dir": "${file_path}",
"selector": "source.swift"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment