Skip to content

Commit

Permalink
fix(ui): show code highlighting (springwolf#1020)
Browse files Browse the repository at this point in the history
  • Loading branch information
timonback authored and ruskaof committed Nov 20, 2024
1 parent 4a664ca commit c2db002
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions springwolf-ui/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
],
"styles": [
"@angular/material/prebuilt-themes/azure-blue.css",
"node_modules/prism-code-editor/dist/layout.css",
"node_modules/prism-code-editor/dist/themes/prism.css",
"node_modules/prism-code-editor/dist/themes/prism-okaidia.css",
"src/main.css",
"src/styles.scss"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ import { matchBrackets } from "prism-code-editor/match-brackets";
import { highlightBracketPairs } from "prism-code-editor/highlight-brackets";
import { editHistory } from "prism-code-editor/commands";
import { copyButton } from "prism-code-editor/copy-button";
import "prism-code-editor/layout.css";
import "prism-code-editor/themes/prism.css";
import "prism-code-editor/themes/prism-okaidia.css";
import "prism-code-editor/prism/languages/json";
import "prism-code-editor/prism/languages/yaml";
import "prism-code-editor/prism/languages/http";
Expand Down

0 comments on commit c2db002

Please sign in to comment.