mirror of
https://github.com/documize/community.git
synced 2025-08-01 19:45:24 +02:00
Update CodeMirror dep to v5.42.2
Affects Code and Markdown section types
This commit is contained in:
parent
c706edec47
commit
479a61a3ef
347 changed files with 21845 additions and 20770 deletions
3
gui/public/codemirror/mode/sql/index.html
vendored
3
gui/public/codemirror/mode/sql/index.html
vendored
|
@ -6,6 +6,7 @@
|
|||
|
||||
<link rel="stylesheet" href="../../lib/codemirror.css" />
|
||||
<script src="../../lib/codemirror.js"></script>
|
||||
<script src="../../addon/edit/matchbrackets.js"></script>
|
||||
<script src="sql.js"></script>
|
||||
<link rel="stylesheet" href="../../addon/hint/show-hint.css" />
|
||||
<script src="../../addon/hint/show-hint.js"></script>
|
||||
|
@ -17,7 +18,7 @@
|
|||
}
|
||||
</style>
|
||||
<div id=nav>
|
||||
<a href="http://codemirror.net"><h1>CodeMirror</h1><img id=logo src="../../doc/logo.png"></a>
|
||||
<a href="https://codemirror.net"><h1>CodeMirror</h1><img id=logo src="../../doc/logo.png"></a>
|
||||
|
||||
<ul>
|
||||
<li><a href="../../index.html">Home</a>
|
||||
|
|
20
gui/public/codemirror/mode/sql/sql.js
vendored
20
gui/public/codemirror/mode/sql/sql.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue