mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-07 10:34:53 +00:00
22 lines
432 B
Plaintext
22 lines
432 B
Plaintext
{
|
|
"tiddlers": [
|
|
{
|
|
"file": "highlight.min.js",
|
|
"fields": {
|
|
"type": "application/javascript",
|
|
"title": "$:/plugins/tiddlywiki/highlight/highlight.js",
|
|
"module-type": "library"
|
|
},
|
|
"suffix": "\nexports.hljs = hljs;\n"
|
|
},
|
|
{
|
|
"file": "default.min.css",
|
|
"fields": {
|
|
"type": "text/css",
|
|
"title": "$:/plugins/tiddlywiki/highlight/highlight.css",
|
|
"tags": "[[$:/tags/Stylesheet]]"
|
|
}
|
|
}
|
|
]
|
|
}
|