less.tmbundle
less.tmbundle copied to clipboard
TextMate 2 Support
+1
+10
This does actually work in it's current form. If you copy the bundle from
~/Library/Application Support/TextMate/Bundles/
to
~/Library/Application Support/TextMate/Managed/Bundles/
It will appear in the TM2 bundle editor, and be available as a language to select for the file.
Great, thanks! Do you think you would be able to get it listed as one you can install from the TextMate 2 preferences?
+1
If you want the bundle available from the TM2 preferences menu you should install it to
~/Library/Application Support/Avian/Bundles/
+1
Here's what worked for me with TextMate 2:
- Download the zip above and unzip
- Change the name of the unzipped folder to appden-less.tmbundle
- You'll see the icon change to a TextMate Bundle.
- Copy or move it to ~/Library/Application Support/Avian/Bundles/
It will instantly show up in the TextMate bundle list!
I was searching forever because I thought you had to double-click the .tmCommand and .tmLanguage files. They just opened in TextMate but didn't install anything. The above method finally worked, step 2 being the key!
This did not work for me.
Install to ~/Library/Application Support/Avian/Bundles/
worked for me. Thanks
@dopa's steps worked for me too (TM 2.0 b9291). @paulyoung, note that the LESS bundle won't appear in the Preferences dialog. But if you open a .less
file, it will open in LESS mode.
In some installations it may be ~/Library/Application Support/Textmate/Bundles/ Works well. Thanks!
+1 dopa's comment
You can also git clone https://github.com/appden/less.tmbundle.git ~/Library/Application\ Support/Avian/Bundles/less.tmbundle
+1