emmetio / emmet-docs

Emmet Docs & Tutorials
http://docs.emmet.io
272 stars 62 forks source link

Filter Request #9

Open caycefischer opened 11 years ago

caycefischer commented 11 years ago

The HAML filter is great, lack of Zen Coding for templating languages is the main reason I still write in vanilla HTML. I would love to see a filter for [slim](http://slim-lang.com]. :)

sergeche commented 11 years ago

I can’t find a real benefit from Slim filter. The difference between Slim syntax and Emmet abbreviations is that you have to put linebreaks instead of + and >.

caycefischer commented 11 years ago

That's true, but abbreviation expansions still make writing code a lot easier. Turning ul.nav>li.nav-item*4>a into the properly indented Slim markup with tab points would still be a huge time-saver and convenience, just as with normal HTML.