mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
23 lines
517 B
Plaintext
23 lines
517 B
Plaintext
{
|
|
"tiddlers": [
|
|
{
|
|
"file": "highlight.pack.js",
|
|
"fields": {
|
|
"type": "application/javascript",
|
|
"title": "$:/plugins/tiddlywiki/highlight/highlight.js",
|
|
"module-type": "library"
|
|
},
|
|
"prefix": "var hljs = require(\"$:/plugins/tiddlywiki/highlight/highlight.js\");\n",
|
|
"suffix": "\nexports.hljs = hljs;\n"
|
|
},
|
|
{
|
|
"file": "default.css",
|
|
"fields": {
|
|
"type": "text/css",
|
|
"title": "$:/plugins/tiddlywiki/highlight/highlight.css",
|
|
"tags": "[[$:/tags/Stylesheet]]"
|
|
}
|
|
}
|
|
]
|
|
}
|