#HAML TextMate Bundle
##Description
Forked from the Philippe Huibonhoa Handcrafted HAML TextMate Bundle.
##Additions include:
I added the follow tab trigger snippets that I copied from Ryan on Rails (from Railscasts.com) textmate bundle that works with erb. I couldn't do without them in.
if⇥
insert and if
ife⇥
insert and if else block
field⇥
insert a form field
I also re-added a ^L trigger for the ruby hash operator (=>)
##Installation
- $
cd ~/Library/Application\ Support/TextMate/Bundles/
- $
git clone git://github.com/cslade/handcrafted-haml-textmate-bundle.git Haml.tmbundle
- $
osascript -e 'tell app "TextMate" to reload bundles'
##Credits
Additional Snippets by Chris Slade
Original bundle can be found here