A few abbreviations/snippets for SciTE and HAML

"Few" being the operative word. Paste these into your abbrev.properties file, and you should be good to go (typing %form and hitting Ctrl+B in any file will give you the full %form... line).

%form=%form{:action => '|', :method => 'POST', :name => ''}
%input=%input{:name => '|', :id => '', :value => ''}
%label=%label{:for ...