appden / less.tmbundle

LESS TextMate Bundle
http://lesscss.org/
295 stars 49 forks source link

TextMate 2 Support #8

Open joeldrapper opened 12 years ago

tomthetree commented 12 years ago

+1

orefalo commented 12 years ago

+10

tomthetree commented 12 years ago

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.

joeldrapper commented 12 years ago

Great, thanks! Do you think you would be able to get it listed as one you can install from the TextMate 2 preferences?

coneybeare commented 12 years ago

+1

jtallant commented 12 years ago

If you want the bundle available from the TM2 preferences menu you should install it to ~/Library/Application Support/Avian/Bundles/

scrodde commented 12 years ago

+1

dopa commented 12 years ago

Here's what worked for me with TextMate 2:

  1. Download the zip above and unzip
  2. Change the name of the unzipped folder to appden-less.tmbundle
  3. You'll see the icon change to a TextMate Bundle.
  4. 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!

paulyoung commented 12 years ago

This did not work for me.

gingerbeardman commented 11 years ago

Install to ~/Library/Application Support/Avian/Bundles/ worked for me. Thanks

turadg commented 11 years ago

@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.

scottious commented 11 years ago

In some installations it may be ~/Library/Application Support/Textmate/Bundles/ Works well. Thanks!

tlhunter commented 11 years ago

+1 dopa's comment

rjocoleman commented 11 years ago

You can also git clone https://github.com/appden/less.tmbundle.git ~/Library/Application\ Support/Avian/Bundles/less.tmbundle

jmuheim commented 11 years ago

+1