language-pug icon indicating copy to clipboard operation
language-pug copied to clipboard

no highlighting support for inline language="jade" but with "pug" it works

Open orenmizr opened this issue 8 years ago • 2 comments

the scenario is for components-based frameworks like vue where you write in a .vue file and not in a html/pug file. i can't use pug language because of the vue converter which does not support it.

orenmizr avatar Dec 19 '16 21:12 orenmizr

@orenmizr: I would think the place where you would rather submit this bug is with your build system/editor/converter where Pug isn't supported, rather than a request for maintaining a legacy language here.

I'm still curious, though: Which "vue converter" are you using?

johnathankent avatar Jan 11 '17 17:01 johnathankent

using vue-loader for vuejs projects. since we're talking about highlighting and not building - i thought it is a feature of this plugin. but you're right - i could not use use pug cause it broke the conversion. hence the jade :)

orenmizr avatar Jan 11 '17 17:01 orenmizr