We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3754b2 commit ebb8830Copy full SHA for ebb8830
1 file changed
src/lib/loadPlugins.js
@@ -22,6 +22,7 @@ const THEME_IDENTIFIERS = new Set([
22
"moonlight",
23
"bluloco",
24
"acode.plugin.extra_syntax_highlights",
25
+ "documentsviewer",
26
]);
27
28
export const onPluginLoadCallback = Symbol("onPluginLoadCallback");
0 commit comments