slim-template / ruby-slim.tmbundle

A Textmate / Sublime Text bundle for Slim
http://slim-lang.com/
MIT License
184 stars 46 forks source link

Same line : syntax #10

Closed willcosgrove closed 12 years ago

willcosgrove commented 12 years ago

You can define two tags on the same line with a :

ul
  li: a href="#" Home

Would output

<ul>
  <li><a href="#">Home</a></li>
</ul>

But the a in that slim line does not get colored the same as the li.