Skip to content

Commit 478119f

Browse files
committed
Remove mysql and plsql modes
Use the generic sql mode, which has MIME types for these dialects.
1 parent bac7936 commit 478119f

File tree

6 files changed

+0
-530
lines changed

6 files changed

+0
-530
lines changed

doc/compress.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,12 @@ <h1><span class="logo-braces">{ }</span> <a href="http://codemirror.net/">CodeMi
9393
<option value="http://codemirror.net/mode/lua/lua.js">lua.js</option>
9494
<option value="http://codemirror.net/mode/markdown/markdown.js">markdown.js</option>
9595
<option value="http://codemirror.net/mode/mirc/mirc.js">mirc.js</option>
96-
<option value="http://codemirror.net/mode/mysql/mysql.js">mysql.js</option>
9796
<option value="http://codemirror.net/mode/ntriples/ntriples.js">ntriples.js</option>
9897
<option value="http://codemirror.net/mode/ocaml/ocaml.js">ocaml.js</option>
9998
<option value="http://codemirror.net/mode/pascal/pascal.js">pascal.js</option>
10099
<option value="http://codemirror.net/mode/perl/perl.js">perl.js</option>
101100
<option value="http://codemirror.net/mode/php/php.js">php.js</option>
102101
<option value="http://codemirror.net/mode/pig/pig.js">pig.js</option>
103-
<option value="http://codemirror.net/mode/plsql/plsql.js">plsql.js</option>
104102
<option value="http://codemirror.net/mode/properties/properties.js">properties.js</option>
105103
<option value="http://codemirror.net/mode/python/python.js">python.js</option>
106104
<option value="http://codemirror.net/mode/q/q.js">q.js</option>

mode/meta.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@ CodeMirror.modeInfo = [
5656
{name: 'Smarty', mime: 'text/x-smarty', mode: 'smarty'},
5757
{name: 'SPARQL', mime: 'application/x-sparql-query', mode: 'sparql'},
5858
{name: 'SQL', mime: 'text/x-sql', mode: 'sql'},
59-
{name: 'MySQL', mime: 'text/x-mysql', mode: 'sql'},
6059
{name: 'MariaDB', mime: 'text/x-mariadb', mode: 'sql'},
61-
{name: 'PL/SQL', mime: 'text/x-plsql', mode: 'sql'},
6260
{name: 'sTeX', mime: 'text/x-stex', mode: 'stex'},
6361
{name: 'LaTeX', mime: 'text/x-latex', mode: 'stex'},
6462
{name: 'Tcl', mime: 'text/x-tcl', mode: 'tcl'},

mode/mysql/index.html

Lines changed: 0 additions & 43 deletions
This file was deleted.

mode/mysql/mysql.js

Lines changed: 0 additions & 203 deletions
This file was deleted.

mode/plsql/index.html

Lines changed: 0 additions & 64 deletions
This file was deleted.

0 commit comments

Comments
 (0)