Skip to content

Commit f8fea78

Browse files
committed
Rename TS module so that it's easier to find
1 parent 84335af commit f8fea78

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

themes/devlog-theme/assets/scripts/syntax-highlighting.module.ts renamed to themes/devlog-theme/assets/scripts/code-syntax-highlighting.module.ts

File renamed without changes.

themes/devlog-theme/assets/scripts/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { initSearch } from "./search.module.js";
88
import { renderDates } from "./date-time-utils.module.js";
99
import { initAnchorManagementModule } from "./anchor-management.module.js";
1010
import { renderOldContentNote } from "./old-page-note.module.js";
11-
import { enhanceAllCodeBlocks } from "./syntax-highlighting.module.js";
11+
import { enhanceAllCodeBlocks } from "./code-syntax-highlighting.module.js";
1212

1313
//
1414
// Adds the "standalone" class to all images that are don't have any surrounding text.

0 commit comments

Comments
 (0)