Skip to content

Instantly share code, notes, and snippets.

@zeroows
Created September 13, 2015 13:19
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 zeroows/f192f7ae659b025a8ab9 to your computer and use it in GitHub Desktop.
Save zeroows/f192f7ae659b025a8ab9 to your computer and use it in GitHub Desktop.
Sublime 3 Dub build system configration
{
"cmd": ["dub", "run"],
"working_dir": "${project_path:${folder}}",
"file_regex": "^(.*?)\\(([0-9]+),?([0-9]+)?\\): (.*)",
"selector": "source.d"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment