Is there a DOT bundle for TextMate?

698 views Asked by At

Is there such a thing as a DOT bundle for TextMate?

2

There are 2 answers

1
doug On BEST ANSWER

Yes there is.

It's called graphviz, and you can find it either in the official TM repo or in the un-official TM github repo. Both are available to install/update via the GetBundles GUI.

Like other TM Bundles, if you have this Bundle installed and you open a file with a .dot extension, then TM will open it in that scope.

It's a lean package, but it does everything i want, which is syntax highlighting for dot files and i can generate graphs with cmd-R.

1
Besi On

If you're looking for additional integration of dot in OSX you might want to try the QuickLook Plugin I created. This allows you to use QuickLook and Preview in a Finder window:

screenshot

Please make sure that the dot command is globally available. Refer to the Readme for more information.