when use "#" in Template strings(`) in <template></template> tag, highlight went wrong after this character, but things goes well in 0.17.0, maybe there is a bug in new release after 0.18.*?
code in 0.18.1

and code in 0.17.0

<template>
<router-link :to="{path: `/my/path#hash=${hash}`}">click me</router-link>
</template>
<script>
export default {
data () {
return {
}
}
}
</script>
@Patcher56 FYI
I fixed it in PR https://github.com/vuejs/vetur/pull/1193.