weepy / kaffeine

Extended Javascript for Pros
http://weepy.github.com/kaffeine/
MIT License
180 stars 16 forks source link

update indented_blocks for objects ? #11

Closed weepy closed 14 years ago

weepy commented 14 years ago

do we want yaml style indenation ?

g: 10  // {g:10}

x = x: 
         y: 10
         z: [  ] 
weepy commented 14 years ago

better to make an indented_objects plugin

weepy commented 14 years ago

done