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: - https://github.com/sergeche/emmet-sublime/issues/718 - https://github.com/vuejs/vue-syntax-highlight/issues/174 _________ Sublime 3.1.1 (3176)