-
-
Notifications
You must be signed in to change notification settings - Fork 597
External templates break syntax highlighting #813
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
Labels
Milestone
Comments
<template src="./mission.html"></template>
<script>
</script> |
@octref This works but doesn't respect enforce self-closing style (vue/html-self-closing) from vue recommended style. |
That does not concern the enclosing region divider. However the syntax highlight does have some problem now... |
I'll just make sure this works:
I will never support multiline. |
Just to link to microsoft/vscode-textmate#32 on why mutiline is almost impossible. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Info
Problem
Breaks syntax highlighting (and maybe formating too)
But this is using recommended vue's es-linting rules.
2 things is causing the break :
/
insidesrc
attribute.The text was updated successfully, but these errors were encountered: