yko / mojo.vim

Vim syntax for mojo epl templates in Mojo projects
http://www.vim.org/scripts/script.php?script_id=3168
Artistic License 2.0
52 stars 4 forks source link

Blocks are not properly highlighted #2

Closed vti closed 14 years ago

vti commented 14 years ago

<%= label 'foo' => %{>Foo<%}%>

yko commented 14 years ago

Sure. Your block isn't properly formatted. Try better <%= label 'foo' => {%>Foo<%}%>

vti commented 14 years ago

That was a typo.

yko commented 14 years ago

So, what is highlighted wrong? I've been impressed that mojo.vim can handle new syntax 'blocks' without any changes. At least it works for me.

Can you describe your problem or make screenshot or... write some tests? :D

vti commented 14 years ago

Ok, I was wrong. This issue was caused by other loaded plugin.

yko commented 14 years ago

Emm. Which plugin? Anyway thank you for your report.

vti commented 14 years ago

I am recording a screencast about it. You'll see ;p

yko commented 14 years ago

Fixed in 'experimental' branch. Please test http://github.com/yko/Vim-Mojo-Data-syntax/tree/experimental