mirror of
https://github.com/inexorabletash/jsbasic.git
synced 2024-12-08 22:49:28 +00:00
CodeMirror now a sibling directory
This commit is contained in:
parent
2a3a13e710
commit
5c0896b4ee
@ -167,12 +167,11 @@ By <a href="mailto:inexorabletash@hotmail.com">Joshua Bell</a>
|
||||
<p>The source is tracked on <a href="http://github.com">GitHub</a> at <a href="https://github.com/inexorabletash/jsbasic/">https://github.com/inexorabletash/jsbasic/</a>.
|
||||
<p>Older changes are documented in the <a href="https://github.com/inexorabletash/jsbasic/blob/master/CHANGELOG">CHANGELOG</a>
|
||||
|
||||
|
||||
<!-- CodeMirror syntax highlighting - this is optional -->
|
||||
<script src="cm2/lib/codemirror.js"></script>
|
||||
<link rel="stylesheet" href="cm2/lib/codemirror.css">
|
||||
<script src="cm2/mode/basic/basic.js"></script>
|
||||
<link rel="stylesheet" href="cm2/mode/basic/basic.css">
|
||||
<script src="../CodeMirror/lib/codemirror.js"></script>
|
||||
<link rel="stylesheet" href="../CodeMirror/lib/codemirror.css">
|
||||
<script src="cm/basic.js"></script>
|
||||
<link rel="stylesheet" href="cm/basic.css">
|
||||
<style type="text/css">
|
||||
.CodeMirror { border: solid 1px black; width: 598px; height: 384px; background-color: white; }
|
||||
.CodeMirror-scroll { height: 100%; }
|
||||
|
Loading…
Reference in New Issue
Block a user