Skip to content

possibility of adding Prismjs plugins to a config #85

Open
@Eliezer516

Description

@Eliezer516

Is there a way to add plugins to the plugin configuration?
using the function init()

    // init callback lets you customize Prism
    init: function({ Prism }) {
      Prism.languages.myCustomLanguage = /* */;
    },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions