slim-template / ruby-slim.tmbundle

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

avoid capturing to much whitespace in entity.tag.name #4

Closed bsingr closed 13 years ago

bsingr commented 13 years ago

in the following the whole intendation before .bar was treated as tag name (and so was the whitespace between .bar and [ ... ])

.foo
    .bar [ ... ]