Skip to content

Commit

Permalink
fix(form-builder): add missing CSS theme for highlight.js
Browse files Browse the repository at this point in the history
  • Loading branch information
anehx committed Dec 19, 2023
1 parent a2b8536 commit 6e88a3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/form-builder/addon/components/cfb-code-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import json from "highlight.js/lib/languages/json";
import markdown from "highlight.js/lib/languages/markdown";
import jexl from "highlightjs-jexl/src/languages/jexl";
import isEqual from "lodash.isequal";
import "highlight.js/styles/github.css";

hljs.configure({ ignoreUnescapedHTML: true });

Expand Down

0 comments on commit 6e88a3a

Please sign in to comment.