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

list available modes on index page

parent 7f61b6c3
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,16 @@ StringStream.prototype = {
});
</script>
<h3>Available modes:</h3>
<ul>
<li><a href="mode/javascript/">JavaScript</a></li>
<li><a href="mode/xml/">XML/HTML</a></li>
<li><a href="mode/css/">CSS</a></li>
<li><a href="mode/htmlmixed/">Mixed-mode HTML</a></li>
<li><a href="mode/diff/">Diff</a></li>
</ul>
<h3>CodeMirror 2 has entered beta!</h3>
<p>Beta 1 was released on February 8th 2011. There are no release
......
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