From 629b5056aa3ae01eabd61272370cfd4358e5c4c4 Mon Sep 17 00:00:00 2001 From: Jason Orendorff Date: Tue, 2 Aug 2016 17:03:07 -0500 Subject: [PATCH] Change the syntax highlighting to Java for NashvilleJUG. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 9bc3f7c..fadde60 100644 --- a/index.html +++ b/index.html @@ -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);