mirror of
https://github.com/zadam/trilium.git
synced 2025-11-15 09:45:52 +01:00
codemirror updated to 5.47.0
This commit is contained in:
4
libraries/codemirror/mode/oz/index.html
vendored
4
libraries/codemirror/mode/oz/index.html
vendored
@@ -7,7 +7,7 @@
|
||||
<link rel="stylesheet" href="../../lib/codemirror.css">
|
||||
<script src="../../lib/codemirror.js"></script>
|
||||
<script src="oz.js"></script>
|
||||
<script type="text/javascript" src="../../addon/runmode/runmode.js"></script>
|
||||
<script src="../../addon/runmode/runmode.js"></script>
|
||||
<style>
|
||||
.CodeMirror {border: 1px solid #aaa;}
|
||||
</style>
|
||||
@@ -49,7 +49,7 @@ end
|
||||
</textarea>
|
||||
<p>MIME type defined: <code>text/x-oz</code>.</p>
|
||||
|
||||
<script type="text/javascript">
|
||||
<script>
|
||||
var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
|
||||
lineNumbers: true,
|
||||
mode: "text/x-oz",
|
||||
|
||||
Reference in New Issue
Block a user