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

Wrong syntax highlighting after style tag inside Velocity #3

Open
fsmaia opened this issue Feb 24, 2016 · 1 comment
Open

Wrong syntax highlighting after style tag inside Velocity #3

fsmaia opened this issue Feb 24, 2016 · 1 comment

Comments

@fsmaia
Copy link

fsmaia commented Feb 24, 2016

When there is a <style> tag inside a Velocity block, the syntax highlighting gets confused and fill the remaining of the file with the same color, as in the example:

#if($stylesList && $stylesList.size() > 0)
    <style type="text/css">
        #foreach($style in $stylesList)
            $style
        #end
    </style>
#end
@velbur
Copy link

velbur commented Jan 26, 2018

Any progress?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants