Skip to content

Commit 72a5140

Browse files
committed
fix: load extra syntax highlights plugin on load as theme
This is temporary , just for compatibility
1 parent 783f851 commit 72a5140

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/loadPlugins.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ const THEME_IDENTIFIERS = new Set([
2121
"sweet",
2222
"moonlight",
2323
"bluloco",
24+
"acode.plugin.extra_syntax_highlights",
2425
]);
2526

2627
export default async function loadPlugins(loadOnlyTheme = false) {

0 commit comments

Comments
 (0)