aboutsummaryrefslogtreecommitdiff
path: root/plugin/highlight/highlight.es5
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/highlight/highlight.es5')
-rw-r--r--plugin/highlight/highlight.es57
1 files changed, 7 insertions, 0 deletions
diff --git a/plugin/highlight/highlight.es5 b/plugin/highlight/highlight.es5
new file mode 100644
index 0000000..44eb307
--- /dev/null
+++ b/plugin/highlight/highlight.es5
@@ -0,0 +1,7 @@
+/**
+ * This is used to compile a self-registering
+ * es5 compatible version of the plugin.
+ */
+
+import plugin from './highlight.js'
+Reveal.registerPlugin( plugin ); \ No newline at end of file