1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-10-06 10:50:45 +00:00
TiddlyWiki5/tiddlywiki5/tiddlywiki5.recipe
Jeremy Ruston f6338d9109 Replace pegs parser with Esprima
It preserves comments and text positions, enabling us to do syntax
highlighting. Hopefully.
2012-03-01 22:47:31 +00:00

24 lines
518 B
Plaintext

template: tiddlywiki5.template.html
copyright: ../copyright.txt
style: styles.css
tiddler: tiddlers/*.tid
tiddler: tiddlers/*.jpg
recipe: ../parsers/split.recipe
tiddler: ../docs/High Level Architecture.svg
#tiddler: http://wikitext.tiddlyspace.com/fractalveg.jpg
# type: image/jpeg
jslib: ../test/tiddlywiki.2.6.5/source/tiddlywiki/jquery/jquery.js
jsmodule: ../js/*.js
jsmodule: ../js/macros/*.js
jsmodule: ../node_modules/esprima/esprima.js
title: esprima
jsbootstart: BootStart.js
jsbootend: BootLoader.js