Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a DOT bundle for TextMate?

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

like image 339
yegor256 Avatar asked Feb 21 '11 11:02

yegor256


People also ask

What is TextMate bundle?

TextMate is a general-purpose GUI text editor for macOS. TextMate support in IntelliJ IDEA allows you to import bundles, matches IntelliJ IDEA and TextMate color schemes, and provides code completion in . markdown files.

Where are TextMate bundles stored?

The bundle gets saved in ~/Library/Application\ Support/Avian/Bundles ; you may wish to right-click on the saved bundle and choose Show Package Contents to see what's inside your bundle.


1 Answers

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.

like image 144
doug Avatar answered Oct 05 '22 22:10

doug