mattn / emmet-vim

emmet for vim: http://emmet.io/
http://mattn.github.io/emmet-vim
MIT License
6.41k stars 410 forks source link

Recent commit broke syntax highlighting for Ruby (possibly others) #503

Closed brett-novu closed 3 years ago

brett-novu commented 3 years ago

Commit 9c526a43d63f22dfbf79ea1026f2c0b0b6515fae broke syntax highlighting in Ruby:

Screen Shot 2020-10-21 at 9 58 46 AM

Commit a46a282c5e817e83e3dc918dcf954e9ed6affb5c:

Screen Shot 2020-10-21 at 10 02 16 AM
bowmanmike commented 3 years ago

I think it broke Elixir too.

Expected: image

Actual: image

mattn commented 3 years ago

Fixed in last change. Could you please try it.

glenbray commented 3 years ago

fixed for me. Thanks!

mattn commented 3 years ago

Thank you

brett-novu commented 3 years ago

Excellent! Works for me! Thank you!!!