Skip to content

Commit

Permalink
Revert to JavaScript highlighting.
Browse files Browse the repository at this point in the history
  • Loading branch information
jorendorff committed Nov 21, 2016
1 parent 629b505 commit d6caf7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
$(function (event) {
var editor = ace.edit("editor");
editor.setTheme("ace/theme/monokai"); // monokai, ambiance, solarized_dark, tomorrow_night
editor.getSession().setMode("ace/mode/java");
editor.getSession().setMode("ace/mode/javascript");

var socket = io();
RGA.AceEditorRGA.setup(editor, socket);
Expand Down

0 comments on commit d6caf7f

Please sign in to comment.