AdamHjerpe / hacky-es6-template-strings

Experimental VSC plugin for syntax highlighting in template strings
https://marketplace.visualstudio.com/items?itemName=A-Hjerpe.hacky-es6-template-strings
MIT License
2 stars 0 forks source link

Single line tag break syntax highlighting #2

Open imlinus opened 6 years ago

imlinus commented 6 years ago
new Vue({
  el: '.app',
  router: new VueRouter({ routes }),
  components: { App },
  template: `<App /> `
})

Current one

AdamHjerpe commented 6 years ago

Confirmed, might be related to issue #1, similar situation.