Update language comment

This commit is contained in:
bootstraponline
2012-10-12 21:19:24 -06:00
parent 868518e0f5
commit c43fd9fa6c
@@ -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',