Skip to content

Commit

Permalink
fix for breaking change in highlightjs
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianMrn committed Dec 29, 2020
1 parent 772aaf1 commit 0267c4a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions resources/compiled/ignition.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/js/components/Stack/Snippet.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</template>

<script>
import hljs from 'highlight.js/lib/highlight';
import hljs from 'highlight.js/lib/core';
hljs.registerLanguage('php', require('highlight.js/lib/languages/php'));
import ExceptionClass from '../Shared/ExceptionClass.vue';
Expand Down

0 comments on commit 0267c4a

Please sign in to comment.