From c43fd9fa6c16d46639e9682446766497511a5498 Mon Sep 17 00:00:00 2001 From: bootstraponline Date: Fri, 12 Oct 2012 21:19:24 -0600 Subject: [PATCH] Update language comment --- .../frontend/public/gollum/livepreview/js/livepreview.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/gollum/frontend/public/gollum/livepreview/js/livepreview.js b/lib/gollum/frontend/public/gollum/livepreview/js/livepreview.js index 2ee8929f..1a2f7a1a 100644 --- a/lib/gollum/frontend/public/gollum/livepreview/js/livepreview.js +++ b/lib/gollum/frontend/public/gollum/livepreview/js/livepreview.js @@ -194,8 +194,8 @@ var previewSet = function( text ) { } }; -// 'c', 'c++', 'cpp' are github specific and transformed to c_cpp for Ace. -// 'coffeescript' is transformed to 'coffee' for Ace. +// See pygmentsLanguageToAceMode for pygment to ace mode translations. +// TODO: Update languages and translation once Ace is upgraded to v1.0. var languages = [ 'c', 'c++', 'cpp', 'clojure', 'coffee', 'coffeescript', 'coldfusion', 'csharp', 'css', 'diff', 'golang', 'groovy', 'haxe', 'html', 'java', 'javascript', 'json', 'latex',