vue-syntax-highlight icon indicating copy to clipboard operation
vue-syntax-highlight copied to clipboard

Incomplete scope inside @click and other directives

Open franciscolourenco opened this issue 6 years ago • 1 comments
trafficstars

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)

franciscolourenco avatar Mar 03 '19 13:03 franciscolourenco

Should have been addressed by #216.

FichteFoll avatar Feb 01 '23 20:02 FichteFoll