SQL mode added

Chose MySQL as the default dialect, others possible so added a comment
on that
This commit is contained in:
Matt Pass
2013-08-11 17:07:50 +01:00
parent c0983e0a62
commit fd2197eace
6 changed files with 33 additions and 30 deletions

View File

@@ -12,7 +12,7 @@
<!--
codemirror-compressed.js
incls: codemirror
modes: clike, coffeescript, css, htmlmixed, javascript, less, markdown, php, python, ruby & xml
modes: clike, coffeescript, css, htmlmixed, javascript, less, markdown, php, python, ruby, sql & xml
addon: brace-fold, closetag, html-hint, javascript-hint, javascript-lint, lint, match-highlighter, searchcursor, show-hint, trailingspace, xml-fold
//-->
<script src="<?php echo $ICEcoder["codeMirrorDir"]; ?>/lib/codemirror-compressed.js"></script>