vuejs/vue-syntax-highlight

Curly braces in a v-bind directive breaks highlighting

mbloch opened this issue · 1 comments

Example:
image

The same error occurs using the longhand form (v-bind:to= instead of :to=)

  • Using the most recent commit on master, cf1e82d)
  • Using Sublime 3.0 build 3175 on MacOS 10.13.6

Sorry for the delayed reply.

Can you use branch new? We have a note in the readme that we don't support master on newer releases.

I can't seem to repro this on new

image