genoma / language-pug

A Pug (was Jade) syntax highlighting for Atom, derived from https://github.com/davidrios/jade-tmbundle
MIT License
26 stars 8 forks source link

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

Open orenmizr opened 7 years ago

orenmizr commented 7 years ago

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.

johnathankent commented 7 years ago

@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?

orenmizr commented 7 years ago

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 :)