Skip to content

Commit

Permalink
feat(syntax-highlight): add apacheconf to Prism.js languages (#8862)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsmth authored May 16, 2023
1 parent ea1a6e4 commit 8b8ae3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/syntax-highlight.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const loadAllLanguages = lazy(() => {
// - C-like (clike)
// - JavaScript (javascript, js)
loadLanguages([
"apacheconf",
"bash",
"batch",
"c",
Expand Down

0 comments on commit 8b8ae3d

Please sign in to comment.