vuejs / vue-syntax-highlight

đŸ’¡ Sublime Text syntax highlighting for single-file Vue components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incomplete scope inside @click and other directives

franciscolourenco opened this issue · comments

Scope inside normal html attribute value, like 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="|":

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)

Should have been addressed by #216.