Skip to content

Commit

Permalink
Change the syntax highlighting to Java for NashvilleJUG.
Browse files Browse the repository at this point in the history
  • Loading branch information
jorendorff committed Aug 2, 2016
1 parent 14a2d3b commit 629b505
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/javascript");
editor.getSession().setMode("ace/mode/java");

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

0 comments on commit 629b505

Please sign in to comment.