Skip to content

Commit

Permalink
update boostrap in REPL
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Oct 27, 2021
1 parent 8165f2b commit 893ae9b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/_includes/footer.html
Expand Up @@ -6,12 +6,11 @@
<script src="https://cdn.polyfill.io/v2/polyfill.min.js"></script>
<link href="https://cdn.jsdelivr.net/gh/jcubic/lips@devel/dist/std.xcb" as="fetch"/>
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/cbor-x/dist/index.js"></script>
<script src="https://cdn.jsdelivr.net/gh/jcubic/lips@devel/dist/lips.min.js"></script>
<script src="https://cdn.jsdelivr.net/combine/npm/jquery.terminal/js/jquery.terminal.min.js,npm/js-polyfills/keyboard.js,npm/prismjs/prism.js,npm/jquery.terminal/js/prism.js,npm/prismjs/components/prism-scheme.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/jcubic/lips@devel/lib/js/terminal.js"></script>
<script src="https://cdn.jsdelivr.net/gh/jcubic/lips@devel/lib/js/prism.js"></script>
<script type="text/x-scheme" bootstrap="https://cdn.jsdelivr.net/gh/jcubic/lips@devel/">
<script type="text/x-scheme" bootstrap>
($.terminal.syntax "scheme")

(define term (terminal (object :selector ".term"
Expand Down

0 comments on commit 893ae9b

Please sign in to comment.