Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

inside perl block, html is highlighted as perl #8

Closed
vitstradal opened this issue Feb 18, 2014 · 1 comment
Closed

inside perl block, html is highlighted as perl #8

vitstradal opened this issue Feb 18, 2014 · 1 comment

Comments

@vitstradal
Copy link

As mentioned in #7 by rshadow:

% if(1) {
       <tr class="<%= join ' ', @class %>" >
              <td>  
% }

Html code between {} is highlited as it was perl.
To me it looks like in epl.vim

syn region PerlInside keepend start=+^\s*%=\{0,2}+hs=s end=+$+ contains=MojoSingleStart,@Perl

the keepend is ignored. Maybe error in vim?

@yko
Copy link
Owner

yko commented Aug 18, 2019

This should be fixed by the merge of PR #11. Please reopen if it's still a problem.
Thanks!

@yko yko closed this as completed Aug 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants