I found two C# text mate bundles.
-
It says, this is the official TextMate bundle, but when I download it, I only get directories, not a
.tmbundle
file. -
C# Bundle for TextMate (version 0.03, Released 4/18) :
This site's download doesn't work, but it provides the bundle in
.tmbundle
format.
My questions are
- What is the "official" C# text mate bundle?
- If csharp-tmbundle is the only one to use for C#, how can I install it without the
.tmbundle
format?
Best Answer
There are two ways to install. Note that
.tmbundle
is actually just a folder. But there's an easy way to install it over the GUI.… using GetBundles
Use GetBundles, which is a meta-bundle for installing third party bundles. It lists all "official" and third party bundles for TextMate.
Open Terminal.app and enter:
Then, find GetBundles under your Bundles menu. Here, you can select the C# bundle from GitHub:
… straight from the Git source
There's a wiki entry on the GitHub page, which says the following commands are necessary to install the bundle: