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 d686803
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/resources/js/highlight.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
'use strict';

import hljs from "highlight.js/lib/core";
var hljs;

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 d686803

Please sign in to comment.