ember-prism
ember-prism copied to clipboard
[plugin] line-highlight not available after updating to 0.9.0
In my ember-cli-build.js file I have
'ember-prism': {
'components': ['javascript'],
'plugins': ['line-highlight', 'line-numbers']
},
in 0.6.0 this works, in 0.9.0 it doesn't.
@gabrielcsapo we still support plugins. Perhaps the name changed or something?
https://github.com/PrismJS/prism/tree/master/plugins/line-highlight it still shows as the same
@gabrielcsapo do you have a reproduction you could point me at?