Skip to content

Commit

Permalink
The test page now uses prism-core.js instead of prism.js (#1908)
Browse files Browse the repository at this point in the history
Instead of `prism.js`, the test page will now use `prism-core.js`. This means that Markup, CSS, C like, and JS are not included by default which will cause them to behave like any other language.
  • Loading branch information
RunDevelopment authored Jun 8, 2019
1 parent 3ba786c commit 0853e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ <h2>Test drive</h2>
<footer data-src="templates/footer.html" data-type="text/html"></footer>

<script src="scripts/utopia.js"></script>
<script src="prism.js"></script>
<script src="components/prism-core.js"></script>
<script src="components.js"></script>
<script src="scripts/code.js"></script>
<script src="scripts/vendor/promise.js"></script>
Expand Down

0 comments on commit 0853e69

Please sign in to comment.