Created
June 10, 2016 05:49
-
-
Save abruzzi/18c06e1b826b6e122b6b3c74d8d3eb0b to your computer and use it in GitHub Desktop.
graphviz in sublime text build system
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
| { | |
| "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