Closed escapedcat closed 6 years ago
Vetur supports highlighting for custom blocks: https://github.com/vuejs/vetur/blob/master/docs/highlighting.md
But there seems to be an issue when the block starts with style...
- so I added support for nsg-
So to get this to work you need to
nuxt-styleguide@^5.2.0
"vetur.grammar.customBlocks": {
"nsg-doc": "md",
"nsg-states": "js"
}
styleguide-doc
to nsg-doc
styleguide-states
to nsg-states
<styleguide-states>
looks funny now.Nothing serious. Just opening this for transparency.