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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

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"
},
{