slim-template / haml2slim

Haml to Slim converter.
http://slim-lang.com/
120 stars 20 forks source link

Error in new 1.9 hash syntax. #16

Open lephyrius opened 11 years ago

lephyrius commented 11 years ago

This HAML line:

%html.no-js{lang: :en}

Converts to this SLIM line: html.no-js lang: :en

nicck commented 9 years ago

solutions: #23 #24