1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-02 02:48:03 +00:00

Remove unnecessary prefix field for highlight plugin (#8048)

This commit is contained in:
oeyoews
2024-03-09 23:45:38 +08:00
committed by GitHub
parent 43a2399698
commit 00bd6f8ee8

View File

@@ -7,7 +7,6 @@
"title": "$:/plugins/tiddlywiki/highlight/highlight.js",
"module-type": "library"
},
"prefix": "var hljs = require(\"$:/plugins/tiddlywiki/highlight/highlight.js\");\n",
"suffix": "\nexports.hljs = hljs;\n"
},
{