Browse Source

Remove 'toolbar' and 'previewer' that don't have corresponding components

Soreine 7 years ago
parent
commit
195fd7e31c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      index.js

+ 1 - 1
index.js

@@ -17,7 +17,7 @@ var MAP_LANGUAGES = {
 // Base languages syntaxes (as of prism@1.6.0), extended by other syntaxes.
 // They need to be required before the others.
 var PRELUDE = [
-  'clike', 'javascript', 'markup', 'c', 'ruby', 'css', 'previewer-base', 'toolbar',
+  'clike', 'javascript', 'markup', 'c', 'ruby', 'css',
   // The following depends on previous ones
   'java', 'php'
 ];