Mercurial > repos > tabletprog
diff index.html @ 11:5447cff52da6
Use tabletproglang in editor
author | Mike Pavone <pavone@retrodev.com> |
---|---|
date | Wed, 21 Mar 2012 21:42:38 -0700 |
parents | 3d1b8e96f5dc |
children | 6e4851a204a5 |
line wrap: on
line diff
--- a/index.html Wed Mar 21 21:25:10 2012 -0700 +++ b/index.html Wed Mar 21 21:42:38 2012 -0700 @@ -3,7 +3,13 @@ <head> <title>Awesome!</title> <script src="mquery.js"></script> - <script src="editor.js"></script> + <script src="peg.js"></script> + <script src="mquery.js"></script> + <script src="parser.js"></script> + <script src="compiler.js"></script> + <script src="jsbackend.js"></script> + <script src="scripttags.js"></script> + <script src="editor.tp" type="text/tabletprog"></script> <link rel="stylesheet" href="editor.css"> </head> <body>