Skip to content

Instantly share code, notes, and snippets.

@abruzzi
Created June 10, 2016 05:49
Show Gist options
  • Select an option

  • Save abruzzi/18c06e1b826b6e122b6b3c74d8d3eb0b to your computer and use it in GitHub Desktop.

Select an option

Save abruzzi/18c06e1b826b6e122b6b3c74d8d3eb0b to your computer and use it in GitHub Desktop.
graphviz in sublime text build system
{
"shell_cmd": "/usr/local/bin/dot -Tpng $file -o $file_path/$file_base_name.png && open $file_path/$file_base_name.png",
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.dot"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment