Skip to content

Commit

Permalink
s/hljs/highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Oct 31, 2023
1 parent ed24d35 commit d15dc62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/js/highlight.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

import hljs from "highlight.js/lib/core";
import {highlight as hljs} from "highlight.js/lib/core";
import http from "highlight.js/lib/languages/http";
import properties from "highlight.js/lib/languages/properties";
import xml from "highlight.js/lib/languages/xml";
Expand Down

0 comments on commit d15dc62

Please sign in to comment.