Update language comment
This commit is contained in:
@@ -194,8 +194,8 @@ var previewSet = function( text ) {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
// 'c', 'c++', 'cpp' are github specific and transformed to c_cpp for Ace.
|
// See pygmentsLanguageToAceMode for pygment to ace mode translations.
|
||||||
// 'coffeescript' is transformed to 'coffee' for Ace.
|
// TODO: Update languages and translation once Ace is upgraded to v1.0.
|
||||||
var languages = [ 'c', 'c++', 'cpp', 'clojure', 'coffee',
|
var languages = [ 'c', 'c++', 'cpp', 'clojure', 'coffee',
|
||||||
'coffeescript', 'coldfusion', 'csharp', 'css', 'diff', 'golang',
|
'coffeescript', 'coldfusion', 'csharp', 'css', 'diff', 'golang',
|
||||||
'groovy', 'haxe', 'html', 'java', 'javascript', 'json', 'latex',
|
'groovy', 'haxe', 'html', 'java', 'javascript', 'json', 'latex',
|
||||||
|
|||||||
Reference in New Issue
Block a user