CodeKit-1-Old
CodeKit-1-Old copied to clipboard
Feature request: Compile Haml with Ruby1.9 hash syntax
This code is compiled successfully.
%img{ :src => 'photo.jpg' }
But next code is not compiled for syntax error.
%img{ src: 'photo.jpg' }
I want to write Haml with Ruby1.9 hash syntax!
Ruby 1.9 hash syntax support would awesome! Definitely in favor of this feature request.
+1
+1 por favor!
:+1:
I can get it with rbenv and Ruby 2.0 by reference to this blog. http://dankim.org/blog/2013/02/23/haml-ruby-1.9-style-hashes-codekit.html