Skip to content

Instantly share code, notes, and snippets.

@dunkelstern
Created March 21, 2016 02:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dunkelstern/798ab4d3cf6222389b92 to your computer and use it in GitHub Desktop.
Save dunkelstern/798ab4d3cf6222389b92 to your computer and use it in GitHub Desktop.
Sublime project file for anarchytools based swift build
{
"folders":
[
{
"path": ".",
"folder_exclude_patterns": [ ".atllbuild", "bin", "user" ],
"file_exclude_patterns": [ ".gitignore" ]
},
],
"build_systems": [
{
"name": "Build with AnarchyTools",
"cmd": [ "atbuild", "default" ],
"working_dir": "${project_path}",
"selector": "source.swift",
"file_regex": "^([^:]+.swift):([0-9]+):([0-9]+): error: (.*)$"
},
]
}
@dunkelstern
Copy link
Author

For best visibility install the Package "Hilight Build Errors" and some kind of swift hilighter (i used the "Swift" package)

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