Skip to content
Snippets Groups Projects
Commit 2ba7e9e8 authored by Marijn Haverbeke's avatar Marijn Haverbeke
Browse files

Clean up mysql demo page a bit more

parent 1bcd98b2
No related branches found
No related tags found
Loading
<!doctype html>
<html>
<head>
<title>CodeMirror 2: MySQL mode</title>
<title>CodeMirror: MySQL mode</title>
<link rel="stylesheet" href="../../lib/codemirror.css">
<script src="../../lib/codemirror.js"></script>
<script src="mysql.js"></script>
......@@ -9,7 +9,7 @@
<link rel="stylesheet" href="../../doc/docs.css">
</head>
<body>
<h1>CodeMirror 2: MySQL mode</h1>
<h1>CodeMirror: MySQL mode</h1>
<form><textarea id="code" name="code">
-- Comment for the code
-- MySQL Mode for CodeMirror2 by MySQLTools http://github.com/partydroid/MySQL-Tools
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment