1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-02-24 00:47:42 +01:00
reveal.js/plugin/highlight/highlight.es5

7 lines
164 B
Plaintext

/**
* This is used to compile a self-registering
* es5 compatible version of the plugin.
*/
import plugin from './highlight.js'
Reveal.registerPlugin( plugin );