i18 block Vue component file syntax highlighting

时间:2019-03-06 11:32:53

标签: vue.js internationalization

How can I create JSON syntax highlighting in Vue SFC i18n block?

example of i18n block

<i18n>
  {
    "ru": {
    },
    "en": {
    }
  }
</i18n>

Now it's only plain text.

0 个答案:

没有答案
相关问题