mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-05-24 02:04:07 +00:00
tabs/spaces fix
This commit is contained in:
parent
903f7db0b2
commit
f6c8a334e5
@ -1,22 +1,22 @@
|
|||||||
{
|
{
|
||||||
"tiddlers": [
|
"tiddlers": [
|
||||||
{
|
{
|
||||||
"file": "highlight.pack.js",
|
"file": "highlight.pack.js",
|
||||||
"fields": {
|
"fields": {
|
||||||
"type": "application/javascript",
|
"type": "application/javascript",
|
||||||
"title": "$:/plugins/tiddlywiki/highlight/highlight.js",
|
"title": "$:/plugins/tiddlywiki/highlight/highlight.js",
|
||||||
"module-type": "library"
|
"module-type": "library"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"file": "registerlanguages.pack.js",
|
"file": "registerlanguages.pack.js",
|
||||||
"fields": {
|
"fields": {
|
||||||
"type": "application/javascript",
|
"type": "application/javascript",
|
||||||
"title": "$:/plugins/tiddlywiki/highlight/registerlanguages.js",
|
"title": "$:/plugins/tiddlywiki/highlight/registerlanguages.js",
|
||||||
"module-type": "library"
|
"module-type": "library"
|
||||||
},
|
},
|
||||||
"prefix": "var hljs = require(\"$:/plugins/tiddlywiki/highlight/highlight.js\");\n",
|
"prefix": "var hljs = require(\"$:/plugins/tiddlywiki/highlight/highlight.js\");\n",
|
||||||
"suffix": "\nexports.hljs = hljs;\n"
|
"suffix": "\nexports.hljs = hljs;\n"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"file": "default.css",
|
"file": "default.css",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user