Skip to content

Commit 8b8ae3d

Browse files
authored
feat(syntax-highlight): add apacheconf to Prism.js languages (#8862)
1 parent ea1a6e4 commit 8b8ae3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: build/syntax-highlight.ts

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const loadAllLanguages = lazy(() => {
2020
// - C-like (clike)
2121
// - JavaScript (javascript, js)
2222
loadLanguages([
23+
"apacheconf",
2324
"bash",
2425
"batch",
2526
"c",

0 commit comments

Comments
 (0)