Prism API
    Preparing search index...

    Function loadLanguages

    • Loads the given languages and adds them to the given Prism instance.

      If no languages are provided, all Prism languages will be loaded.

      Parameters

      • Prism: Prism
      • languages: string | readonly string[] = knownLanguages
      • srcPath: string = '.'

      Returns Promise<void>

    Index

    Properties

    Properties

    silent: boolean

    Set this to true to prevent all warning messages loadLanguages logs.