Skip to content

Syntax highlighting broken by self-closing <style/> tag #27

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

Closed
chriscalo opened this issue Mar 7, 2021 · 3 comments
Closed

Syntax highlighting broken by self-closing <style/> tag #27

chriscalo opened this issue Mar 7, 2021 · 3 comments
Labels
bug Something isn't working nova issue Waiting for improvements/fix from Nova syntax Something related with syntax wontfix This will not be worked on

Comments

@chriscalo
Copy link

chriscalo commented Mar 7, 2021

Notice in the screenshot here that, following the self-closing <style/> tag, syntax highlighting for the <template> tag is broken. (This is valid syntax in .vue files.)

image

Everything looks correct if I add the closing </style> tag:

image

@tommasongr
Copy link
Owner

Thanks for reporting this! I've been a bit busy lately but I'll try to fix this asap

@chriscalo
Copy link
Author

(don't rush on my account, just trying to be helpful in filing bugs as I see them. thanks again for creating this plugin 🙏)

@tommasongr tommasongr added bug Something isn't working nova issue Waiting for improvements/fix from Nova syntax Something related with syntax labels Mar 8, 2021
@tommasongr tommasongr added the wontfix This will not be worked on label Jun 26, 2021
@tommasongr
Copy link
Owner

The new tree-sitter based syntax added in v7.0 solved the issue. Closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working nova issue Waiting for improvements/fix from Nova syntax Something related with syntax wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants