ember-prism icon indicating copy to clipboard operation
ember-prism copied to clipboard

[plugin] line-highlight not available after updating to 0.9.0

Open gabrielcsapo opened this issue 4 years ago • 3 comments

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 avatar Dec 08 '20 20:12 gabrielcsapo

@gabrielcsapo we still support plugins. Perhaps the name changed or something?

RobbieTheWagner avatar Dec 09 '20 01:12 RobbieTheWagner

https://github.com/PrismJS/prism/tree/master/plugins/line-highlight it still shows as the same

gabrielcsapo avatar Dec 09 '20 02:12 gabrielcsapo

@gabrielcsapo do you have a reproduction you could point me at?

RobbieTheWagner avatar Dec 11 '20 17:12 RobbieTheWagner