posva / vim-vue

Syntax Highlight for Vue.js components
MIT License
1.29k stars 103 forks source link

js syntax highlighting inside template text interpolation (“Mustache” syntax) #149

Closed krskibin closed 4 years ago

krskibin commented 4 years ago

Hey, Could you add Javascript/Typescript syntax highlighting inside double curly braces in template tags?

<template>
  <div class="main">
    {{  arr.slice(0) }}   <- syntax highlight here
  </div>
</template>