slim-template / ruby-slim.tmbundle

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

Multiline attribute recognized as tag #76

Open elquimista opened 6 years ago

elquimista commented 6 years ago
div.rooms-title(
  data-controller="chat-rooms"
  data-chat-rooms-group-id=@chat_room.group.id
)

But it's looking like this in my ST3 (I'm using the latest commit)

screen shot 2018-02-28 at 12 46 08 pm
tshedor commented 6 years ago

(Wanted to leave a note I've acknowledged this ticket; it's my white whale of the repo)

leonelgalan commented 6 years ago

@elquimista what plugin do you use to show the tooltip with the matched types?

elquimista commented 6 years ago

It's already been couple of months since I switched to vim. I am not a ST user anymore 😭

deathaxe commented 1 year ago

This issue is fixed in Slim 2.0.

Slim 2.0 for ST4 has been released at Package Control, with source moved to https://github.com/SublimeText/Slim.

grafik