We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Scope inside normal html attribute value, like class="|":
class="|"
text.html.vue meta.tag.block.any.html meta.attribute-with-value.html string.quoted.double.html punctuation.definition.string.end.html
Scope inside vue directive like @click="|":
@click="|"
text.html.vue meta.tag.block.any.html punctuation.definition.string.end.html
Is there a way to distinguish the scope inside a the value of a directive? Is it possible to at least make it the same as a normal attribute?
Related:
Sublime 3.1.1 (3176)
The text was updated successfully, but these errors were encountered:
Should have been addressed by #216.
Sorry, something went wrong.
No branches or pull requests
Scope inside normal html attribute value, like
class="|"
:Scope inside vue directive like
@click="|"
:Is there a way to distinguish the scope inside a the value of a directive? Is it possible to at least make it the same as a normal attribute?
Related:
Sublime 3.1.1 (3176)
The text was updated successfully, but these errors were encountered: