It was mentioned in #199, but having support for pug files in vue's single file components would be nice.
Generally vue-loader supports pug out of the box when it's installed... but it looks like it might be a little more involved here.
I can do a PR if desired, but I'm not sure I'll catch all the references.
Files to update:
Files to add:
Did I miss anything?
This is a huge one for me. I hardly ever write HTML components any more.
I'm gonna give it a go. 馃
Added in #443 .
Is it possible to add code colouring for the PUG code in Vue components?
Currently it looks like this:

I would expect the code to be coloured, something like this (the colours are from another editor):

In pug files the colouring is already supported, see below, just not in the template section of a .vue file (or is there a way to enable it already?):

@pbastowski
try to turn on the setting 'Use CodeMirror' and it will looked better


That works. Thanks :) the color scheme is not as nice, though.
Most helpful comment
I'm gonna give it a go. 馃